#578780

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

Shades of Breaker Bay #578780

Tints of Breaker Bay #578780

Color information

#578780 (or 0x578780) is unknown color: approx Breaker Bay. HEX triplet: 57, 87 and 80. RGB value is (87,135,128). Sum of RGB (Red+Green+Blue) = 87+135+128=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #578780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578780 is #A8787F. Grayscale: #777777. Windows color (decimal): -11040896 or 8423255. OLE color: 8423255.

HSL color Cylindrical-coordinate representation of color #578780: hue angle of 171.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578780 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB87135128-
CMYK0.3600.050.47
HSL171.25º21.62%43.53%-
HSV(B)171.25º35.56%52.94%-
XYZ16.4920.9123.59-
YUV119.85132.6104.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=24.86%
G=38.57%
B=36.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871351280.3600.050.47171.2521.6243.53
Hex57878024052Fab162c
Octal1272072004405572532654
Binary1010111100001111000000010010001011011111010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578780; }

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

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

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

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

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

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

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

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