#5A7199

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

Shades of Waikawa Grey #5A7199

Tints of Waikawa Grey #5A7199

Color information

#5A7199 (or 0x5A7199) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 71 and 99. RGB value is (90,113,153). Sum of RGB (Red+Green+Blue) = 90+113+153=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7199 is #A58E66. Grayscale: #6E6E6E. Windows color (decimal): -10849895 or 10056026. OLE color: 10056026.

HSL color Cylindrical-coordinate representation of color #5A7199: hue angle of 218.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A7199 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB90113153-
CMYK0.410.2600.4
HSL218.1º25.93%47.65%-
HSV(B)218.1º41.18%60%-
XYZ15.8716.2832.44-
YUV110.68151.88113.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=25.28%
G=31.74%
B=42.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal901131530.410.2600.4218.125.9347.65
Hex5A7199291A028da1a30
Octal13216123151320503323260
Binary10110101110001100110011010011101001010001101101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7199; }

 p { color: rgb(90,113,153); }

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

<style>
 a { background-color: #5A7199; }

 a { background-color: rgb(90,113,153); }

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

<style>
 span { border-color: #5A7199; }

 span { border-color: rgb(90,113,153); }

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