#5D709C

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

Shades of Waikawa Grey #5D709C

Tints of Waikawa Grey #5D709C

Color information

#5D709C (or 0x5D709C) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 70 and 9C. RGB value is (93,112,156). Sum of RGB (Red+Green+Blue) = 93+112+156=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D709C is #A28F63. Grayscale: #6F6F6F. Windows color (decimal): -10653540 or 10252381. OLE color: 10252381.

HSL color Cylindrical-coordinate representation of color #5D709C: hue angle of 221.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D709C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93112156-
CMYK0.400.2800.39
HSL221.9º25.3%48.82%-
HSV(B)221.9º40.38%61.18%-
XYZ16.3116.3233.74-
YUV111.34153.21114.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=25.76%
G=31.02%
B=43.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931121560.400.2800.39221.925.348.82
Hex5D709C281C027de1931
Octal13516023450340473363161
Binary10111011110000100111001010001110001001111101111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,112,156); }

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

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

 a { background-color: rgb(93,112,156); }

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

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

 span { border-color: rgb(93,112,156); }

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