#59769A

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

Shades of Waikawa Grey #59769A

Tints of Waikawa Grey #59769A

Color information

#59769A (or 0x59769A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 76 and 9A. RGB value is (89,118,154). Sum of RGB (Red+Green+Blue) = 89+118+154=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #59769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769A is #A68965. Grayscale: #717171. Windows color (decimal): -10914150 or 10122841. OLE color: 10122841.

HSL color Cylindrical-coordinate representation of color #59769A: hue angle of 213.23º 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 #59769A is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89118154-
CMYK0.420.2300.40
HSL213.23º26.75%47.65%-
HSV(B)213.23º42.21%60.39%-
XYZ16.4317.4133.07-
YUV113.43150.89110.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=24.65%
G=32.69%
B=42.66%

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
Decimal891181540.420.2300.40213.2326.7547.65
Hex59769A2A17028d51b30
Octal13116623252270503253360
Binary10110011110110100110101010101011101010001101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59769A;
 }
 .AnyTagClassName
 {
   color: #59769A;
 }
</style>
background-color css

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

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

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

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

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

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