#5D6F9B

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

Shades of Waikawa Grey #5D6F9B

Tints of Waikawa Grey #5D6F9B

Color information

#5D6F9B (or 0x5D6F9B) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 6F and 9B. RGB value is (93,111,155). Sum of RGB (Red+Green+Blue) = 93+111+155=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D6F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6F9B is #A29064. Grayscale: #6E6E6E. Windows color (decimal): -10653797 or 10186589. OLE color: 10186589.

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

Color convert

RGB93111155-
CMYK0.40.2800.39
HSL222.58º25%48.63%-
HSV(B)222.58º40%60.78%-
XYZ16.1216.0633.26-
YUV110.63153.04115.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=25.91%
G=30.92%
B=43.18%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931111550.40.2800.39222.582548.63
Hex5D6F9B281C027df1931
Octal13515723350340473373161
Binary10111011101111100110111010001110001001111101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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