#5A6385

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

Shades of Waikawa Grey #5A6385

Tints of Waikawa Grey #5A6385

Color information

#5A6385 (or 0x5A6385) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 63 and 85. RGB value is (90,99,133). Sum of RGB (Red+Green+Blue) = 90+99+133=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6385 is #A59C7A. Grayscale: #646464. Windows color (decimal): -10853499 or 8741722. OLE color: 8741722.

HSL color Cylindrical-coordinate representation of color #5A6385: hue angle of 227.44º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6385 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9099133-
CMYK0.320.2600.48
HSL227.44º19.28%43.73%-
HSV(B)227.44º32.33%52.16%-
XYZ12.9112.7923.98-
YUV100.18146.52120.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=27.95%
G=30.75%
B=41.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90991330.320.2600.48227.4419.2843.73
Hex5A6385201A030e3132c
Octal13214320540320603432354
Binary10110101100011100001011000001101001100001110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,133); }

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

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

 a { background-color: rgb(90,99,133); }

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

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

 span { border-color: rgb(90,99,133); }

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