#597875

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

Shades of Breaker Bay #597875

Tints of Breaker Bay #597875

Color information

#597875 (or 0x597875) is unknown color: approx Breaker Bay. HEX triplet: 59, 78 and 75. RGB value is (89,120,117). Sum of RGB (Red+Green+Blue) = 89+120+117=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #597875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597875 is #A6878A. Grayscale: #6E6E6E. Windows color (decimal): -10913675 or 7698521. OLE color: 7698521.

HSL color Cylindrical-coordinate representation of color #597875: hue angle of 174.19º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #597875 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB89120117-
CMYK0.2600.020.53
HSL174.19º14.83%40.98%-
HSV(B)174.19º25.83%47.06%-
XYZ14.0516.8419.34-
YUV110.39131.73112.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=27.30%
G=36.81%
B=35.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891201170.2600.020.53174.1914.8340.98
Hex5978751A0235aef29
Octal1311701653202652561751
Binary10110011111000111010111010010110101101011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597875; }

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

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

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

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

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

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

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

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