Html Css Color HEX #597C75 Breaker Bay

📋 copy color: '#597C75'

red 89 ◦ green 124 ◦ blue 117

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

Shades of Breaker Bay #597C75

Tints of Breaker Bay #597C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 26.97%
G = 37.58%
B = 35.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#597C75 (or 0x597C75) is known color: Breaker Bay. HEX triplet: 59, 7C and 75. RGB value is (89,124,117). Sum of RGB (Red+Green+Blue) = 89+124+117=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #597C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C75 is #A6838A. Grayscale: #707070. Windows color (decimal): -10912651 or 7699545. OLE color: 7699545.

HSL color Cylindrical-coordinate representation of color #597C75: hue angle of 168º 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 #597C75 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 124 117 -
CMYK 0.28 0 0.06 0.51
HSL 168º 0.16% 0.42% -
HSV(B) 168º 0.28% 0.49% -
XYZ 14.54 17.82 19.5 -
YUV 112.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 89 124 117 0.28 0 0.06 0.51 168 0.16 0.42
Hex 59 7C 75 1C 0 6 33 A8 10 2A
Octal 131 174 165 34 0 6 63 250 20 52
Binary 1011001 1111100 1110101 11100 0 110 110011 10101000 10000 101010

Color Harmonies of #597C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597C75

Black with #597C75

Text Example


Text Example

White with #597C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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