#57867C

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

Shades of Breaker Bay #57867C

Tints of Breaker Bay #57867C

Color information

#57867C (or 0x57867C) is unknown color: approx Breaker Bay. HEX triplet: 57, 86 and 7C. RGB value is (87,134,124). Sum of RGB (Red+Green+Blue) = 87+134+124=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #57867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57867C is #A87983. Grayscale: #767676. Windows color (decimal): -11041156 or 8160855. OLE color: 8160855.

HSL color Cylindrical-coordinate representation of color #57867C: hue angle of 167.23º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57867C is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB87134124-
CMYK0.3500.070.47
HSL167.23º21.27%43.33%-
HSV(B)167.23º35.07%52.55%-
XYZ16.0920.5322.18-
YUV118.81130.93105.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=25.22%
G=38.84%
B=35.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871341240.3500.070.47167.2321.2743.33
Hex57867C23072Fa7152b
Octal1272061744307572472553
Binary101011110000110111110010001101111011111010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57867C; }

 p { color: rgb(87,134,124); }

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

<style>
 a { background-color: #57867C; }

 a { background-color: rgb(87,134,124); }

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

<style>
 span { border-color: #57867C; }

 span { border-color: rgb(87,134,124); }

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