#5545CA

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

Shades of Slate Blue #5545CA

Tints of Slate Blue #5545CA

Color information

#5545CA (or 0x5545CA) is unknown color: approx Slate Blue. HEX triplet: 55, 45 and CA. RGB value is (85,69,202). Sum of RGB (Red+Green+Blue) = 85+69+202=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #5545CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545CA is #AABA35. Grayscale: #585858. Windows color (decimal): -11188790 or 13256021. OLE color: 13256021.

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

Color convert

RGB8569202-
CMYK0.580.6600.21
HSL247.22º55.65%53.14%-
HSV(B)247.22º65.84%79.22%-
XYZ16.5410.4557.02-
YUV88.95191.8125.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=23.88%
G=19.38%
B=56.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85692020.580.6600.21247.2255.6553.14
Hex5545CA3A42015f73835
Octal125105312721020253677065
Binary1010101100010111001010111010100001001010111110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5545CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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