#5A6495

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

Shades of Waikawa Grey #5A6495

Tints of Waikawa Grey #5A6495

Color information

#5A6495 (or 0x5A6495) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 64 and 95. RGB value is (90,100,149). Sum of RGB (Red+Green+Blue) = 90+100+149=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6495 is #A59B6A. Grayscale: #666666. Windows color (decimal): -10853227 or 9790554. OLE color: 9790554.

HSL color Cylindrical-coordinate representation of color #5A6495: hue angle of 229.83º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6495 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB90100149-
CMYK0.400.3300.42
HSL229.83º24.69%46.86%-
HSV(B)229.83º39.6%58.43%-
XYZ14.213.4630.28-
YUV102.6154.19119.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=26.55%
G=29.50%
B=43.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901001490.400.3300.42229.8324.6946.86
Hex5A6495282102Ae6192f
Octal13214422550410523463157
Binary101101011001001001010110100010000101010101110011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,100,149); }

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

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

 a { background-color: rgb(90,100,149); }

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

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

 span { border-color: rgb(90,100,149); }

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