#5E6E9B

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

Shades of Waikawa Grey #5E6E9B

Tints of Waikawa Grey #5E6E9B

Color information

#5E6E9B (or 0x5E6E9B) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 6E and 9B. RGB value is (94,110,155). Sum of RGB (Red+Green+Blue) = 94+110+155=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 110 (43.36% from 255 or 30.64% 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 #5E6E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6E9B is #A19164. Grayscale: #6E6E6E. Windows color (decimal): -10588517 or 10186334. OLE color: 10186334.

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

Color convert

RGB94110155-
CMYK0.390.2900.39
HSL224.26º24.5%48.82%-
HSV(B)224.26º39.35%60.78%-
XYZ16.1115.933.23-
YUV110.35153.2116.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=26.18%
G=30.64%
B=43.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941101550.390.2900.39224.2624.548.82
Hex5E6E9B271D027e01831
Octal13615623347350473403061
Binary10111101101110100110111001111110101001111110000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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