#5A668D

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

Shades of Waikawa Grey #5A668D

Tints of Waikawa Grey #5A668D

Color information

#5A668D (or 0x5A668D) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 66 and 8D. RGB value is (90,102,141). Sum of RGB (Red+Green+Blue) = 90+102+141=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A668D is #A59972. Grayscale: #666666. Windows color (decimal): -10852723 or 9266778. OLE color: 9266778.

HSL color Cylindrical-coordinate representation of color #5A668D: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A668D is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB90102141-
CMYK0.360.2800.45
HSL225.88º22.08%45.29%-
HSV(B)225.88º36.17%55.29%-
XYZ13.7813.627.1-
YUV102.86149.52118.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=27.03%
G=30.63%
B=42.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901021410.360.2800.45225.8822.0845.29
Hex5A668D241C02De2162d
Octal13214621544340553422655
Binary10110101100110100011011001001110001011011110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,141); }

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

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

 a { background-color: rgb(90,102,141); }

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

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

 span { border-color: rgb(90,102,141); }

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