#57877E

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

Shades of Breaker Bay #57877E

Tints of Breaker Bay #57877E

Color information

#57877E (or 0x57877E) is unknown color: approx Breaker Bay. HEX triplet: 57, 87 and 7E. RGB value is (87,135,126). Sum of RGB (Red+Green+Blue) = 87+135+126=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #57877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57877E is #A87881. Grayscale: #777777. Windows color (decimal): -11040898 or 8292183. OLE color: 8292183.

HSL color Cylindrical-coordinate representation of color #57877E: hue angle of 168.75º 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 #57877E is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB87135126-
CMYK0.3600.070.47
HSL168.75º21.62%43.53%-
HSV(B)168.75º35.56%52.94%-
XYZ16.3620.8622.9-
YUV119.62131.6104.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=25%
G=38.79%
B=36.21%

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
Decimal871351260.3600.070.47168.7521.6243.53
Hex57877E24072Fa9162c
Octal1272071764407572512654
Binary101011110000111111111010010001111011111010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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