#57827C

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

Shades of Breaker Bay #57827C

Tints of Breaker Bay #57827C

Color information

#57827C (or 0x57827C) is unknown color: approx Breaker Bay. HEX triplet: 57, 82 and 7C. RGB value is (87,130,124). Sum of RGB (Red+Green+Blue) = 87+130+124=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #57827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827C is #A87D83. Grayscale: #747474. Windows color (decimal): -11042180 or 8159831. OLE color: 8159831.

HSL color Cylindrical-coordinate representation of color #57827C: hue angle of 171.63º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57827C is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB87130124-
CMYK0.3300.050.49
HSL171.63º19.82%42.55%-
HSV(B)171.63º33.08%50.98%-
XYZ15.5519.4522-
YUV116.46132.25106.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=25.51%
G=38.12%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871301240.3300.050.49171.6319.8242.55
Hex57827C210531ac142b
Octal1272021744105612542453
Binary101011110000010111110010000101011100011010110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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