#5D6E9B

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

Shades of Waikawa Grey #5D6E9B

Tints of Waikawa Grey #5D6E9B

Color information

#5D6E9B (or 0x5D6E9B) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 6E and 9B. RGB value is (93,110,155). Sum of RGB (Red+Green+Blue) = 93+110+155=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D6E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6E9B is #A29164. Grayscale: #6D6D6D. Windows color (decimal): -10654053 or 10186333. OLE color: 10186333.

HSL color Cylindrical-coordinate representation of color #5D6E9B: hue angle of 223.55º 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 #5D6E9B is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93110155-
CMYK0.40.2900.39
HSL223.55º25%48.63%-
HSV(B)223.55º40%60.78%-
XYZ16.0115.8533.23-
YUV110.05153.37115.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=25.98%
G=30.73%
B=43.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931101550.40.2900.39223.552548.63
Hex5D6E9B281D027e01931
Octal13515623350350473403161
Binary10111011101110100110111010001110101001111110000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,110,155); }

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

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

 a { background-color: rgb(93,110,155); }

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

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

 span { border-color: rgb(93,110,155); }

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