#5E648D

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

Shades of Waikawa Grey #5E648D

Tints of Waikawa Grey #5E648D

Color information

#5E648D (or 0x5E648D) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 64 and 8D. RGB value is (94,100,141). Sum of RGB (Red+Green+Blue) = 94+100+141=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E648D is #A19B72. Grayscale: #666666. Windows color (decimal): -10591091 or 9266270. OLE color: 9266270.

HSL color Cylindrical-coordinate representation of color #5E648D: hue angle of 232.34º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E648D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB94100141-
CMYK0.330.2900.45
HSL232.34º20%46.08%-
HSV(B)232.34º33.33%55.29%-
XYZ13.9813.4227.05-
YUV102.88149.51121.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=28.06%
G=29.85%
B=42.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941001410.330.2900.45232.342046.08
Hex5E648D211D02De8142e
Octal13614421541350553502456
Binary10111101100100100011011000011110101011011110100010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,141); }

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

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

 a { background-color: rgb(94,100,141); }

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

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

 span { border-color: rgb(94,100,141); }

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