#59719B

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

Shades of Waikawa Grey #59719B

Tints of Waikawa Grey #59719B

Color information

#59719B (or 0x59719B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 71 and 9B. RGB value is (89,113,155). Sum of RGB (Red+Green+Blue) = 89+113+155=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #59719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59719B is #A68E64. Grayscale: #6E6E6E. Windows color (decimal): -10915429 or 10187097. OLE color: 10187097.

HSL color Cylindrical-coordinate representation of color #59719B: hue angle of 218.18º 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 #59719B is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89113155-
CMYK0.430.2700.39
HSL218.18º27.05%47.84%-
HSV(B)218.18º42.58%60.78%-
XYZ15.9416.333.32-
YUV110.61153.05112.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=24.93%
G=31.65%
B=43.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891131550.430.2700.39218.1827.0547.84
Hex59719B2B1B027da1b30
Octal13116123353330473323360
Binary10110011110001100110111010111101101001111101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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