#5547CC

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

Shades of Slate Blue #5547CC

Tints of Slate Blue #5547CC

Color information

#5547CC (or 0x5547CC) is unknown color: approx Slate Blue. HEX triplet: 55, 47 and CC. RGB value is (85,71,204). Sum of RGB (Red+Green+Blue) = 85+71+204=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5547CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547CC is #AAB833. Grayscale: #595959. Windows color (decimal): -11188276 or 13387605. OLE color: 13387605.

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

Color convert

RGB8571204-
CMYK0.580.6500.2
HSL246.32º56.6%53.92%-
HSV(B)246.32º65.2%80%-
XYZ16.910.858.32-
YUV90.35192.14124.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=23.61%
G=19.72%
B=56.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85712040.580.6500.2246.3256.653.92
Hex5547CC3A41014f63936
Octal125107314721010243667166
Binary1010101100011111001100111010100000101010011110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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