Html Css Color HEX #597D77 Breaker Bay

📋 copy color: '#597D77'

red 89 ◦ green 125 ◦ blue 119

#597D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #597D77

Tints of Breaker Bay #597D77

RGB

 RED value IS 89 (35.16% from 255) = 26.73%

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 26.73%
G = 37.54%
B = 35.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#597D77 (or 0x597D77) is known color: Breaker Bay. HEX triplet: 59, 7D and 77. RGB value is (89,125,119). Sum of RGB (Red+Green+Blue) = 89+125+119=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #597D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D77 is #A68288. Grayscale: #717171. Windows color (decimal): -10912393 or 7830873. OLE color: 7830873.

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

Color convert

RGB 89 125 119 -
CMYK 0.29 0 0.05 0.51
HSL 170º 0.17% 0.42% -
HSV(B) 170º 0.29% 0.49% -
XYZ 14.78 18.12 20.17 -
YUV 113.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 89 125 119 0.29 0 0.05 0.51 170 0.17 0.42
Hex 59 7D 77 1D 0 5 33 AA 11 2A
Octal 131 175 167 35 0 5 63 252 21 52
Binary 1011001 1111101 1110111 11101 0 101 110011 10101010 10001 101010

Color Harmonies of #597D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D77

Black with #597D77

Text Example


Text Example

White with #597D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #597D77;
 }
 .AnyTagClassName
 {
   color: #597D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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