#5547CA

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

Shades of Slate Blue #5547CA

Tints of Slate Blue #5547CA

Color information

#5547CA (or 0x5547CA) is unknown color: approx Slate Blue. HEX triplet: 55, 47 and CA. RGB value is (85,71,202). Sum of RGB (Red+Green+Blue) = 85+71+202=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5547CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547CA is #AAB835. Grayscale: #595959. Windows color (decimal): -11188278 or 13256533. OLE color: 13256533.

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

Color convert

RGB8571202-
CMYK0.580.6500.21
HSL246.41º55.27%53.53%-
HSV(B)246.41º64.85%79.22%-
XYZ16.6610.757.06-
YUV90.12191.14124.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=23.74%
G=19.83%
B=56.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85712020.580.6500.21246.4155.2753.53
Hex5547CA3A41015f63736
Octal125107312721010253666766
Binary1010101100011111001010111010100000101010111110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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