Html Css Color HEX #59779A Waikawa Grey

📋 copy color: '#59779A'

red 89 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #59779A

Tints of Waikawa Grey #59779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 24.59%
G = 32.87%
B = 42.54%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59779A (or 0x59779A) is known color: Waikawa Grey. HEX triplet: 59, 77 and 9A. RGB value is (89,119,154). Sum of RGB (Red+Green+Blue) = 89+119+154=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #59779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59779A is #A68865. Grayscale: #717171. Windows color (decimal): -10913894 or 10123097. OLE color: 10123097.

HSL color Cylindrical-coordinate representation of color #59779A: hue angle of 212.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59779A is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 119 154 -
CMYK 0.42 0.23 0 0.40
HSL 212.31º 0.27% 0.48% -
HSV(B) 212.31º 0.42% 0.6% -
XYZ 16.55 17.65 33.11 -
YUV 114.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 89 119 154 0.42 0.23 0 0.40 212.31 0.27 0.48
Hex 59 77 9A 2A 17 0 28 D4 1B 30
Octal 131 167 232 52 27 0 50 324 33 60
Binary 1011001 1110111 10011010 101010 10111 0 101000 11010100 11011 110000

Color Harmonies of #59779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59779A

Black with #59779A

Text Example


Text Example

White with #59779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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