#597775

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

Shades of Breaker Bay #597775

Tints of Breaker Bay #597775

Color information

#597775 (or 0x597775) is unknown color: approx Breaker Bay. HEX triplet: 59, 77 and 75. RGB value is (89,119,117). Sum of RGB (Red+Green+Blue) = 89+119+117=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #597775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597775 is #A6888A. Grayscale: #6D6D6D. Windows color (decimal): -10913931 or 7698265. OLE color: 7698265.

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

Color convert

RGB89119117-
CMYK0.2500.020.53
HSL176º14.42%40.78%-
HSV(B)176º25.21%46.67%-
XYZ13.9316.619.3-
YUV109.8132.06113.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 117 (46.09% from 255) = 36%
R=27.38%
G=36.62%
B=36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891191170.2500.020.5317614.4240.78
Hex597775190235b0e29
Octal1311671653102652601651
Binary10110011110111111010111001010110101101100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597775; }

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

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

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

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

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

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

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

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