#5F729E

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

Shades of Waikawa Grey #5F729E

Tints of Waikawa Grey #5F729E

Color information

#5F729E (or 0x5F729E) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 72 and 9E. RGB value is (95,114,158). Sum of RGB (Red+Green+Blue) = 95+114+158=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F729E is #A08D61. Grayscale: #717171. Windows color (decimal): -10521954 or 10383967. OLE color: 10383967.

HSL color Cylindrical-coordinate representation of color #5F729E: hue angle of 221.9º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F729E is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95114158-
CMYK0.400.2800.38
HSL221.9º24.9%49.61%-
HSV(B)221.9º39.87%61.96%-
XYZ16.9116.9434.73-
YUV113.34153.21114.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=25.89%
G=31.06%
B=43.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951141580.400.2800.38221.924.949.61
Hex5F729E281C026de1932
Octal13716223650340463363162
Binary10111111110010100111101010001110001001101101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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