#578180

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

Shades of Breaker Bay #578180

Tints of Breaker Bay #578180

Color information

#578180 (or 0x578180) is unknown color: approx Breaker Bay. HEX triplet: 57, 81 and 80. RGB value is (87,129,128). Sum of RGB (Red+Green+Blue) = 87+129+128=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #578180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578180 is #A87E7F. Grayscale: #747474. Windows color (decimal): -11042432 or 8421719. OLE color: 8421719.

HSL color Cylindrical-coordinate representation of color #578180: hue angle of 178.57º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #578180 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB87129128-
CMYK0.3300.010.49
HSL178.57º19.44%42.35%-
HSV(B)178.57º32.56%50.59%-
XYZ15.6819.2923.32-
YUV116.33134.59107.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=25.29%
G=37.5%
B=37.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871291280.3300.010.49178.5719.4442.35
Hex578180210131b3132a
Octal1272012004101612632352
Binary10101111000000110000000100001011100011011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578180; }

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

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

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

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

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

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

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

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