#578781

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

Shades of Breaker Bay #578781

Tints of Breaker Bay #578781

Color information

#578781 (or 0x578781) is unknown color: approx Breaker Bay. HEX triplet: 57, 87 and 81. RGB value is (87,135,129). Sum of RGB (Red+Green+Blue) = 87+135+129=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #578781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578781 is #A8787E. Grayscale: #777777. Windows color (decimal): -11040895 or 8488791. OLE color: 8488791.

HSL color Cylindrical-coordinate representation of color #578781: hue angle of 172.5º 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 #578781 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB87135129-
CMYK0.3600.040.47
HSL172.5º21.62%43.53%-
HSV(B)172.5º35.56%52.94%-
XYZ16.5620.9423.94-
YUV119.96133.1104.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=24.79%
G=38.46%
B=36.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871351290.3600.040.47172.521.6243.53
Hex57878124042Fac162c
Octal1272072014404572542654
Binary1010111100001111000000110010001001011111010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578781; }

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

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

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

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

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

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

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

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