#5F72A2

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

Shades of Waikawa Grey #5F72A2

Tints of Waikawa Grey #5F72A2

Color information

#5F72A2 (or 0x5F72A2) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 72 and A2. RGB value is (95,114,162). Sum of RGB (Red+Green+Blue) = 95+114+162=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F72A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F72A2 is #A08D5D. Grayscale: #717171. Windows color (decimal): -10521950 or 10646111. OLE color: 10646111.

HSL color Cylindrical-coordinate representation of color #5F72A2: hue angle of 222.99º 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 #5F72A2 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95114162-
CMYK0.410.3000.36
HSL222.99º26.48%50.39%-
HSV(B)222.99º41.36%63.53%-
XYZ17.2617.0836.57-
YUV113.79155.21114.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=25.61%
G=30.73%
B=43.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951141620.410.3000.36222.9926.4850.39
Hex5F72A2291E024df1a32
Octal13716224251360443373262
Binary10111111110010101000101010011111001001001101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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