#59769B

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

Shades of Waikawa Grey #59769B

Tints of Waikawa Grey #59769B

Color information

#59769B (or 0x59769B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 76 and 9B. RGB value is (89,118,155). Sum of RGB (Red+Green+Blue) = 89+118+155=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #59769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769B is #A68964. Grayscale: #717171. Windows color (decimal): -10914149 or 10188377. OLE color: 10188377.

HSL color Cylindrical-coordinate representation of color #59769B: hue angle of 213.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59769B is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89118155-
CMYK0.430.2400.39
HSL213.64º27.05%47.84%-
HSV(B)213.64º42.58%60.78%-
XYZ16.5117.4533.51-
YUV113.55151.39110.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=24.59%
G=32.60%
B=42.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891181550.430.2400.39213.6427.0547.84
Hex59769B2B18027d61b30
Octal13116623353300473263360
Binary10110011110110100110111010111100001001111101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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