#5B64CA

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

Shades of Slate Blue #5B64CA

Tints of Slate Blue #5B64CA

Color information

#5B64CA (or 0x5B64CA) is unknown color: approx Slate Blue. HEX triplet: 5B, 64 and CA. RGB value is (91,100,202). Sum of RGB (Red+Green+Blue) = 91+100+202=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B64CA is #A49B35. Grayscale: #6C6C6C. Windows color (decimal): -10787638 or 13263963. OLE color: 13263963.

HSL color Cylindrical-coordinate representation of color #5B64CA: hue angle of 235.14º 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 #5B64CA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91100202-
CMYK0.550.5000.21
HSL235.14º51.15%57.45%-
HSV(B)235.14º54.95%79.22%-
XYZ19.5315.657.86-
YUV108.94180.52115.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=23.16%
G=25.45%
B=51.40%

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
Decimal911002020.550.5000.21235.1451.1557.45
Hex5B64CA3732015eb3339
Octal13314431267620253536371
Binary101101111001001100101011011111001001010111101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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