#587575

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

Shades of Breaker Bay #587575

Tints of Breaker Bay #587575

Color information

#587575 (or 0x587575) is unknown color: approx Breaker Bay. HEX triplet: 58, 75 and 75. RGB value is (88,117,117). Sum of RGB (Red+Green+Blue) = 88+117+117=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #587575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587575 is #A78A8A. Grayscale: #6C6C6C. Windows color (decimal): -10979979 or 7697752. OLE color: 7697752.

HSL color Cylindrical-coordinate representation of color #587575: hue angle of 180º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #587575 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88117117-
CMYK0.25000.54
HSL180º14.15%40.2%-
HSV(B)180º24.79%45.88%-
XYZ13.616.0819.22-
YUV108.33132.89113.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=27.33%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881171170.25000.5418014.1540.2
Hex587575190036b4e28
Octal1301651653100662641650
Binary1011000111010111101011100100110110101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587575; }

 p { color: rgb(88,117,117); }

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

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

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

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

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

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

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