#597575

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

Shades of Breaker Bay #597575

Tints of Breaker Bay #597575

Color information

#597575 (or 0x597575) is unknown color: approx Breaker Bay. HEX triplet: 59, 75 and 75. RGB value is (89,117,117). Sum of RGB (Red+Green+Blue) = 89+117+117=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #597575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597575 is #A68A8A. Grayscale: #6C6C6C. Windows color (decimal): -10914443 or 7697753. OLE color: 7697753.

HSL color Cylindrical-coordinate representation of color #597575: 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.24%. Process color model (Four color, CMYK) of #597575 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB89117117-
CMYK0.24000.54
HSL180º13.59%40.39%-
HSV(B)180º23.93%45.88%-
XYZ13.6916.1319.22-
YUV108.63132.72114-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=27.55%
G=36.22%
B=36.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891171170.24000.5418013.5940.39
Hex597575180036b4e28
Octal1311651653000662641650
Binary1011001111010111101011100000110110101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597575; }

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

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

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

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

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

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

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

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