#57857E

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

Shades of Breaker Bay #57857E

Tints of Breaker Bay #57857E

Color information

#57857E (or 0x57857E) is unknown color: approx Breaker Bay. HEX triplet: 57, 85 and 7E. RGB value is (87,133,126). Sum of RGB (Red+Green+Blue) = 87+133+126=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #57857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57857E is #A87A81. Grayscale: #767676. Windows color (decimal): -11041410 or 8291671. OLE color: 8291671.

HSL color Cylindrical-coordinate representation of color #57857E: hue angle of 170.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57857E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB87133126-
CMYK0.3500.050.48
HSL170.87º20.91%43.14%-
HSV(B)170.87º34.59%52.16%-
XYZ16.0820.3122.81-
YUV118.45132.26105.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=25.14%
G=38.44%
B=36.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871331260.3500.050.48170.8720.9143.14
Hex57857E230530ab152b
Octal1272051764305602532553
Binary101011110000101111111010001101011100001010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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