#5F6EA2

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

Shades of Waikawa Grey #5F6EA2

Tints of Waikawa Grey #5F6EA2

Color information

#5F6EA2 (or 0x5F6EA2) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 6E and A2. RGB value is (95,110,162). Sum of RGB (Red+Green+Blue) = 95+110+162=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F6EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6EA2 is #A0915D. Grayscale: #6F6F6F. Windows color (decimal): -10522974 or 10645087. OLE color: 10645087.

HSL color Cylindrical-coordinate representation of color #5F6EA2: hue angle of 226.57º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F6EA2 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95110162-
CMYK0.410.3200.36
HSL226.57º26.48%50.39%-
HSV(B)226.57º41.36%63.53%-
XYZ16.8216.1936.42-
YUV111.44156.53116.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=25.89%
G=29.97%
B=44.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951101620.410.3200.36226.5726.4850.39
Hex5F6EA22920024e31a32
Octal13715624251400443433262
Binary101111111011101010001010100110000001001001110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,162); }

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

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

 a { background-color: rgb(95,110,162); }

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

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

 span { border-color: rgb(95,110,162); }

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