#597B7C

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

Shades of Breaker Bay #597B7C

Tints of Breaker Bay #597B7C

Color information

#597B7C (or 0x597B7C) is unknown color: approx Breaker Bay. HEX triplet: 59, 7B and 7C. RGB value is (89,123,124). Sum of RGB (Red+Green+Blue) = 89+123+124=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #597B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597B7C is #A68483. Grayscale: #707070. Windows color (decimal): -10912900 or 8158041. OLE color: 8158041.

HSL color Cylindrical-coordinate representation of color #597B7C: hue angle of 181.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597B7C is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89123124-
CMYK0.280.0100.51
HSL181.71º16.43%41.76%-
HSV(B)181.71º28.23%48.63%-
XYZ14.8417.7521.71-
YUV112.95134.24110.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=26.49%
G=36.61%
B=36.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891231240.280.0100.51181.7116.4341.76
Hex597B7C1C1033b6102a
Octal1311731743410632662052
Binary10110011111011111110011100101100111011011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597B7C; }

 p { color: rgb(89,123,124); }

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

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

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

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

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

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

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