#5D7198

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

Shades of Waikawa Grey #5D7198

Tints of Waikawa Grey #5D7198

Color information

#5D7198 (or 0x5D7198) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 71 and 98. RGB value is (93,113,152). Sum of RGB (Red+Green+Blue) = 93+113+152=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D7198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7198 is #A28E67. Grayscale: #6F6F6F. Windows color (decimal): -10653288 or 9990493. OLE color: 9990493.

HSL color Cylindrical-coordinate representation of color #5D7198: hue angle of 219.66º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D7198 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB93113152-
CMYK0.390.2600.40
HSL219.66º24.08%48.04%-
HSV(B)219.66º38.82%59.61%-
XYZ16.0916.432.02-
YUV111.47150.87114.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=25.98%
G=31.56%
B=42.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal931131520.390.2600.40219.6624.0848.04
Hex5D7198271A028dc1830
Octal13516123047320503343060
Binary10111011110001100110001001111101001010001101110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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