#5A64CA

Color #5A64CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5A64CA

Tints of Slate Blue #5A64CA

Color information

#5A64CA (or 0x5A64CA) is unknown color: approx Slate Blue. HEX triplet: 5A, 64 and CA. RGB value is (90,100,202). Sum of RGB (Red+Green+Blue) = 90+100+202=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A64CA is #A59B35. Grayscale: #6C6C6C. Windows color (decimal): -10853174 or 13263962. OLE color: 13263962.

HSL color Cylindrical-coordinate representation of color #5A64CA: hue angle of 234.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A64CA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90100202-
CMYK0.550.5000.21
HSL234.64º51.38%57.25%-
HSV(B)234.64º55.45%79.22%-
XYZ19.4315.5557.85-
YUV108.64180.69114.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.96%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=22.96%
G=25.51%
B=51.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901002020.550.5000.21234.6451.3857.25
Hex5A64CA3732015eb3339
Octal13214431267620253536371
Binary101101011001001100101011011111001001010111101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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