#5445CD

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

Shades of Slate Blue #5445CD

Tints of Slate Blue #5445CD

Color information

#5445CD (or 0x5445CD) is unknown color: approx Slate Blue. HEX triplet: 54, 45 and CD. RGB value is (84,69,205). Sum of RGB (Red+Green+Blue) = 84+69+205=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5445CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5445CD is #ABBA32. Grayscale: #585858. Windows color (decimal): -11254323 or 13452628. OLE color: 13452628.

HSL color Cylindrical-coordinate representation of color #5445CD: hue angle of 246.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5445CD is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8469205-
CMYK0.590.6600.20
HSL246.62º57.63%53.73%-
HSV(B)246.62º66.34%80.39%-
XYZ16.810.5558.91-
YUV88.99193.47124.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=23.46%
G=19.27%
B=57.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84692050.590.6600.20246.6257.6353.73
Hex5445CD3B42014f73a36
Octal124105315731020243677266
Binary1010100100010111001101111011100001001010011110111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5445CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5445CD; }

 p { color: rgb(84,69,205); }

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

<style>
 a { background-color: #5445CD; }

 a { background-color: rgb(84,69,205); }

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

<style>
 span { border-color: #5445CD; }

 span { border-color: rgb(84,69,205); }

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