#5541CA

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

Shades of Slate Blue #5541CA

Tints of Slate Blue #5541CA

Color information

#5541CA (or 0x5541CA) is unknown color: approx Slate Blue. HEX triplet: 55, 41 and CA. RGB value is (85,65,202). Sum of RGB (Red+Green+Blue) = 85+65+202=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5541CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541CA is #AABE35. Grayscale: #565656. Windows color (decimal): -11189814 or 13254997. OLE color: 13254997.

HSL color Cylindrical-coordinate representation of color #5541CA: hue angle of 248.76º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5541CA is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8565202-
CMYK0.580.6800.21
HSL248.76º56.38%52.35%-
HSV(B)248.76º67.82%79.22%-
XYZ16.39.9856.94-
YUV86.6193.13126.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=24.15%
G=18.47%
B=57.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85652020.580.6800.21248.7656.3852.35
Hex5541CA3A44015f93834
Octal125101312721040253717064
Binary1010101100000111001010111010100010001010111111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5541CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5541CA; }

 p { color: rgb(85,65,202); }

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

<style>
 a { background-color: #5541CA; }

 a { background-color: rgb(85,65,202); }

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

<style>
 span { border-color: #5541CA; }

 span { border-color: rgb(85,65,202); }

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