#5D7193

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

Shades of Waikawa Grey #5D7193

Tints of Waikawa Grey #5D7193

Color information

#5D7193 (or 0x5D7193) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 71 and 93. RGB value is (93,113,147). Sum of RGB (Red+Green+Blue) = 93+113+147=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7193 is #A28E6C. Grayscale: #6E6E6E. Windows color (decimal): -10653293 or 9662813. OLE color: 9662813.

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

Color convert

RGB93113147-
CMYK0.370.2300.42
HSL217.78º22.5%47.06%-
HSV(B)217.78º36.73%57.65%-
XYZ15.6916.2429.91-
YUV110.9148.37115.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=26.35%
G=32.01%
B=41.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931131470.370.2300.42217.7822.547.06
Hex5D7193251702Ada162f
Octal13516122345270523322657
Binary10111011110001100100111001011011101010101101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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