#59779A

Color #59779A Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #59779A

Tints of Waikawa Grey #59779A

Color information

#59779A (or 0x59779A) is unknown color: approx 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

RGB89119154-
CMYK0.420.2300.40
HSL212.31º26.75%47.65%-
HSV(B)212.31º42.21%60.39%-
XYZ16.5517.6533.11-
YUV114.02150.56110.15-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891191540.420.2300.40212.3126.7547.65
Hex59779A2A17028d41b30
Octal13116723252270503243360
Binary10110011110111100110101010101011101010001101010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>