#53827D

Color #53827D Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #53827D

Tints of Breaker Bay #53827D

Color information

#53827D (or 0x53827D) is unknown color: approx Breaker Bay. HEX triplet: 53, 82 and 7D. RGB value is (83,130,125). Sum of RGB (Red+Green+Blue) = 83+130+125=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #53827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53827D is #AC7D82. Grayscale: #737373. Windows color (decimal): -11304323 or 8225363. OLE color: 8225363.

HSL color Cylindrical-coordinate representation of color #53827D: hue angle of 173.62º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53827D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB83130125-
CMYK0.3600.040.49
HSL173.62º22.07%41.76%-
HSV(B)173.62º36.15%50.98%-
XYZ15.2519.2822.32-
YUV115.38133.43104.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=24.56%
G=38.46%
B=36.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301250.3600.040.49173.6222.0741.76
Hex53827D240431ae162a
Octal1232021754404612562652
Binary101001110000010111110110010001001100011010111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53827D; }

 p { color: rgb(83,130,125); }

 H1.HeaderClassName
 {
   color: #53827D;
 }
 .AnyTagClassName
 {
   color: #53827D;
 }
</style>
background-color css

<style>
 a { background-color: #53827D; }

 a { background-color: rgb(83,130,125); }

 div.DivClassName
 {
   background-color: #53827D;
 }
 .BgClassName
 {
   background-color: #53827D;
 }
</style>
border-color css

<style>
 span { border-color: #53827D; }

 span { border-color: rgb(83,130,125); }

 td.TdClassName
 {
   border-color: #53827D;
 }
 .TagClassName
 {
   border-color: #53827D;
 }
</style>