#57877D

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

Shades of Breaker Bay #57877D

Tints of Breaker Bay #57877D

Color information

#57877D (or 0x57877D) is unknown color: approx Breaker Bay. HEX triplet: 57, 87 and 7D. RGB value is (87,135,125). Sum of RGB (Red+Green+Blue) = 87+135+125=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #57877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57877D is #A87882. Grayscale: #777777. Windows color (decimal): -11040899 or 8226647. OLE color: 8226647.

HSL color Cylindrical-coordinate representation of color #57877D: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57877D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB87135125-
CMYK0.3600.070.47
HSL167.5º21.62%43.53%-
HSV(B)167.5º35.56%52.94%-
XYZ16.320.8322.56-
YUV119.51131.1104.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=25.07%
G=38.90%
B=36.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871351250.3600.070.47167.521.6243.53
Hex57877D24072Fa7162c
Octal1272071754407572472654
Binary101011110000111111110110010001111011111010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,135,125); }

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

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

 a { background-color: rgb(87,135,125); }

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

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

 span { border-color: rgb(87,135,125); }

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