#5F719F

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

Shades of Waikawa Grey #5F719F

Tints of Waikawa Grey #5F719F

Color information

#5F719F (or 0x5F719F) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 71 and 9F. RGB value is (95,113,159). Sum of RGB (Red+Green+Blue) = 95+113+159=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F719F is #A08E60. Grayscale: #707070. Windows color (decimal): -10522209 or 10449247. OLE color: 10449247.

HSL color Cylindrical-coordinate representation of color #5F719F: hue angle of 223.12º 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 #5F719F is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95113159-
CMYK0.400.2900.38
HSL223.12º25.2%49.8%-
HSV(B)223.12º40.25%62.35%-
XYZ16.8816.7535.14-
YUV112.86154.04115.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=25.89%
G=30.79%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951131590.400.2900.38223.1225.249.8
Hex5F719F281D026df1932
Octal13716123750350463373162
Binary10111111110001100111111010001110101001101101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,113,159); }

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

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

 a { background-color: rgb(95,113,159); }

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

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

 span { border-color: rgb(95,113,159); }

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