#5544cc

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

Shades of Slate Blue #5544CC

Tints of Slate Blue #5544CC

Color information

#5544CC (or 0x5544CC) is unknown color: approx Slate Blue. HEX triplet: 55, 44 and CC. RGB value is (85,68,204). Sum of RGB (Red+Green+Blue) = 85+68+204=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #5544CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544CC is #AABB33. Grayscale: #585858. Windows color (decimal): -11189044 or 13386837. OLE color: 13386837.

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

Color convert

RGB8568204-
CMYK0.580.6700.2
HSL247.5º57.14%53.33%-
HSV(B)247.5º66.67%80%-
XYZ16.7110.4358.26-
YUV88.59193.13125.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=23.81%
G=19.05%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85682040.580.6700.2247.557.1453.33
Hex5544CC3A43014f83935
Octal125104314721030243707165
Binary1010101100010011001100111010100001101010011111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5544cc; }

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

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

<style>
 a { background-color: #5544cc; }

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

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

<style>
 span { border-color: #5544cc; }

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

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