#5F7393

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

Shades of Waikawa Grey #5F7393

Tints of Waikawa Grey #5F7393

Color information

#5F7393 (or 0x5F7393) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 73 and 93. RGB value is (95,115,147). Sum of RGB (Red+Green+Blue) = 95+115+147=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7393 is #A08C6C. Grayscale: #707070. Windows color (decimal): -10521709 or 9663327. OLE color: 9663327.

HSL color Cylindrical-coordinate representation of color #5F7393: hue angle of 216.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7393 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95115147-
CMYK0.350.2200.42
HSL216.92º21.49%47.45%-
HSV(B)216.92º35.37%57.65%-
XYZ16.1216.830-
YUV112.67147.37115.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=26.61%
G=32.21%
B=41.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951151470.350.2200.42216.9221.4947.45
Hex5F7393231602Ad9152f
Octal13716322343260523312557
Binary10111111110011100100111000111011001010101101100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,147); }

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

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

 a { background-color: rgb(95,115,147); }

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

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

 span { border-color: rgb(95,115,147); }

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