#597475

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

Shades of Breaker Bay #597475

Tints of Breaker Bay #597475

Color information

#597475 (or 0x597475) is unknown color: approx Breaker Bay. HEX triplet: 59, 74 and 75. RGB value is (89,116,117). Sum of RGB (Red+Green+Blue) = 89+116+117=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #597475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597475 is #A68B8A. Grayscale: #6C6C6C. Windows color (decimal): -10914699 or 7697497. OLE color: 7697497.

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

Color convert

RGB89116117-
CMYK0.240.0100.54
HSL182.14º13.59%40.39%-
HSV(B)182.14º23.93%45.88%-
XYZ13.5815.919.18-
YUV108.04133.05114.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=27.64%
G=36.02%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891161170.240.0100.54182.1413.5940.39
Hex597475181036b6e28
Octal1311641653010662661650
Binary1011001111010011101011100010110110101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597475; }

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

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

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

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

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

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

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

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