Html Css Color HEX #59797C Breaker Bay

📋 copy color: '#59797C'

red 89 ◦ green 121 ◦ blue 124

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

Shades of Breaker Bay #59797C

Tints of Breaker Bay #59797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 26.65%
G = 36.23%
B = 37.13%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59797C (or 0x59797C) is known color: Breaker Bay. HEX triplet: 59, 79 and 7C. RGB value is (89,121,124). Sum of RGB (Red+Green+Blue) = 89+121+124=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #59797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797C is #A68683. Grayscale: #6F6F6F. Windows color (decimal): -10913412 or 8157529. OLE color: 8157529.

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

Color convert

RGB 89 121 124 -
CMYK 0.28 0.02 0 0.51
HSL 185.14º 0.16% 0.42% -
HSV(B) 185.14º 0.28% 0.49% -
XYZ 14.6 17.25 21.63 -
YUV 111.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 89 121 124 0.28 0.02 0 0.51 185.14 0.16 0.42
Hex 59 79 7C 1C 2 0 33 B9 10 2A
Octal 131 171 174 34 2 0 63 271 20 52
Binary 1011001 1111001 1111100 11100 10 0 110011 10111001 10000 101010

Color Harmonies of #59797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59797C

Black with #59797C

Text Example


Text Example

White with #59797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59797C; }

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

 H1.HeaderClassName
 {
   color: #59797C;
 }
 .AnyTagClassName
 {
   color: #59797C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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