#587475

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

Shades of Breaker Bay #587475

Tints of Breaker Bay #587475

Color information

#587475 (or 0x587475) is unknown color: approx Breaker Bay. HEX triplet: 58, 74 and 75. RGB value is (88,116,117). Sum of RGB (Red+Green+Blue) = 88+116+117=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #587475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587475 is #A78B8A. Grayscale: #6B6B6B. Windows color (decimal): -10980235 or 7697496. OLE color: 7697496.

HSL color Cylindrical-coordinate representation of color #587475: hue angle of 182.07º 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 #587475 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88116117-
CMYK0.250.0100.54
HSL182.07º14.15%40.2%-
HSV(B)182.07º24.79%45.88%-
XYZ13.4815.8519.18-
YUV107.74133.22113.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=27.41%
G=36.14%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881161170.250.0100.54182.0714.1540.2
Hex587475191036b6e28
Octal1301641653110662661650
Binary1011000111010011101011100110110110101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587475; }

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

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

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

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

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

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

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

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