#597474

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

Shades of Breaker Bay #597474

Tints of Breaker Bay #597474

Color information

#597474 (or 0x597474) is unknown color: approx Breaker Bay. HEX triplet: 59, 74 and 74. RGB value is (89,116,116). Sum of RGB (Red+Green+Blue) = 89+116+116=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #597474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597474 is #A68B8B. Grayscale: #6B6B6B. Windows color (decimal): -10914700 or 7631961. OLE color: 7631961.

HSL color Cylindrical-coordinate representation of color #597474: hue angle of 180º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #597474 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89116116-
CMYK0.23000.55
HSL180º13.17%40.2%-
HSV(B)180º23.28%45.49%-
XYZ13.5215.8818.87-
YUV107.93132.55114.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=27.73%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891161160.23000.5518013.1740.2
Hex597474170037b4d28
Octal1311641642700672641550
Binary1011001111010011101001011100110111101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597474; }

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

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

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

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

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

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

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

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