#588780

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

Shades of Breaker Bay #588780

Tints of Breaker Bay #588780

Color information

#588780 (or 0x588780) is unknown color: approx Breaker Bay. HEX triplet: 58, 87 and 80. RGB value is (88,135,128). Sum of RGB (Red+Green+Blue) = 88+135+128=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #588780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588780 is #A7787F. Grayscale: #787878. Windows color (decimal): -10975360 or 8423256. OLE color: 8423256.

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

Color convert

RGB88135128-
CMYK0.3500.050.47
HSL171.06º21.08%43.73%-
HSV(B)171.06º34.81%52.94%-
XYZ16.5820.9623.59-
YUV120.15132.43105.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=25.07%
G=38.46%
B=36.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351280.3500.050.47171.0621.0843.73
Hex58878023052Fab152c
Octal1302072004305572532554
Binary1011000100001111000000010001101011011111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588780; }

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

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

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

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

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

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

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

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