Html Css Color HEX #597775 Breaker Bay

📋 copy color: '#597775'

red 89 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #597775

Tints of Breaker Bay #597775

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 value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#597775 (or 0x597775) is known color: 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

RGB 89 119 117 -
CMYK 0.25 0 0.02 0.53
HSL 176º 0.14% 0.41% -
HSV(B) 176º 0.25% 0.47% -
XYZ 13.93 16.6 19.3 -
YUV 109.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 89 119 117 0.25 0 0.02 0.53 176 0.14 0.41
Hex 59 77 75 19 0 2 35 B0 E 29
Octal 131 167 165 31 0 2 65 260 16 51
Binary 1011001 1110111 1110101 11001 0 10 110101 10110000 1110 101001

Color Harmonies of #597775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597775

Black with #597775

Text Example


Text Example

White with #597775

Text Example


Text Example

HTML Codes & Css Web 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>