Html Css Color HEX #59777A Breaker Bay

📋 copy color: '#59777A'

red 89 ◦ green 119 ◦ blue 122

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

Shades of Breaker Bay #59777A

Tints of Breaker Bay #59777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 26.97%
G = 36.06%
B = 36.97%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59777A (or 0x59777A) is known color: Breaker Bay. HEX triplet: 59, 77 and 7A. RGB value is (89,119,122). Sum of RGB (Red+Green+Blue) = 89+119+122=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #59777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59777A is #A68885. Grayscale: #6E6E6E. Windows color (decimal): -10913926 or 8025945. OLE color: 8025945.

HSL color Cylindrical-coordinate representation of color #59777A: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59777A is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 119 122 -
CMYK 0.27 0.02 0 0.52
HSL 185.45º 0.16% 0.41% -
HSV(B) 185.45º 0.27% 0.48% -
XYZ 14.23 16.72 20.89 -
YUV 110.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 89 119 122 0.27 0.02 0 0.52 185.45 0.16 0.41
Hex 59 77 7A 1B 2 0 34 B9 10 29
Octal 131 167 172 33 2 0 64 271 20 51
Binary 1011001 1110111 1111010 11011 10 0 110100 10111001 10000 101001

Color Harmonies of #59777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59777A

Black with #59777A

Text Example


Text Example

White with #59777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59777A; }

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

 H1.HeaderClassName
 {
   color: #59777A;
 }
 .AnyTagClassName
 {
   color: #59777A;
 }
</style>

background-color css

<style>
 a { background-color: #59777A; }

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

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

border-color css

<style>
 span { border-color: #59777A; }

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

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