#5F7193

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

Shades of Waikawa Grey #5F7193

Tints of Waikawa Grey #5F7193

Color information

#5F7193 (or 0x5F7193) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 71 and 93. RGB value is (95,113,147). Sum of RGB (Red+Green+Blue) = 95+113+147=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7193 is #A08E6C. Grayscale: #6F6F6F. Windows color (decimal): -10522221 or 9662815. OLE color: 9662815.

HSL color Cylindrical-coordinate representation of color #5F7193: hue angle of 219.23º 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 #5F7193 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95113147-
CMYK0.350.2300.42
HSL219.23º21.49%47.45%-
HSV(B)219.23º35.37%57.65%-
XYZ15.8916.3529.92-
YUV111.49148.04116.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=26.76%
G=31.83%
B=41.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951131470.350.2300.42219.2321.4947.45
Hex5F7193231702Adb152f
Octal13716122343270523332557
Binary10111111110001100100111000111011101010101101101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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