#57807F

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

Shades of Breaker Bay #57807F

Tints of Breaker Bay #57807F

Color information

#57807F (or 0x57807F) is unknown color: approx Breaker Bay. HEX triplet: 57, 80 and 7F. RGB value is (87,128,127). Sum of RGB (Red+Green+Blue) = 87+128+127=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #57807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57807F is #A87F80. Grayscale: #737373. Windows color (decimal): -11042689 or 8355927. OLE color: 8355927.

HSL color Cylindrical-coordinate representation of color #57807F: hue angle of 178.54º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57807F is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB87128127-
CMYK0.3200.010.50
HSL178.54º19.07%42.16%-
HSV(B)178.54º32.03%50.2%-
XYZ15.481922.93-
YUV115.63134.42107.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 127 (50% from 255) = 37.13%
R=25.44%
G=37.43%
B=37.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281270.3200.010.50178.5419.0742.16
Hex57807F200132b3132a
Octal1272001774001622632352
Binary1010111100000001111111100000011100101011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57807F; }

 p { color: rgb(87,128,127); }

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

<style>
 a { background-color: #57807F; }

 a { background-color: rgb(87,128,127); }

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

<style>
 span { border-color: #57807F; }

 span { border-color: rgb(87,128,127); }

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