Html Css Color HEX #5441DD Slate Blue

📋 copy color: '#5441DD'

red 84 ◦ green 65 ◦ blue 221

#5441DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5441DD

Tints of Slate Blue #5441DD

RGB

 RED value IS 84 (33.2% from 255) = 22.7%

 GREEN value IS 65 (25.78% from 255) = 17.57%

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 22.7%
G = 17.57%
B = 59.73%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5441DD (or 0x5441DD) is known color: Slate Blue. HEX triplet: 54, 41 and DD. RGB value is (84,65,221). Sum of RGB (Red+Green+Blue) = 84+65+221=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #5441DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441DD is #ABBE22. Grayscale: #575757. Windows color (decimal): -11255331 or 14500180. OLE color: 14500180.

HSL color Cylindrical-coordinate representation of color #5441DD: hue angle of 247.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5441DD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 65 221 -
CMYK 0.62 0.71 0 0.13
HSL 247.31º 0.7% 0.56% -
HSV(B) 247.31º 0.71% 0.87% -
XYZ 18.6 10.89 69.53 -
YUV 88.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 84 65 221 0.62 0.71 0 0.13 247.31 0.7 0.56
Hex 54 41 DD 3E 47 0 D F7 46 38
Octal 124 101 335 76 107 0 15 367 106 70
Binary 1010100 1000001 11011101 111110 1000111 0 1101 11110111 1000110 111000

Color Harmonies of #5441DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441DD

Black with #5441DD

Text Example


Text Example

White with #5441DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5441DD; }

 p { color: rgb(84,65,221); }

 H1.HeaderClassName
 {
   color: #5441DD;
 }
 .AnyTagClassName
 {
   color: #5441DD;
 }
</style>

background-color css

<style>
 a { background-color: #5441DD; }

 a { background-color: rgb(84,65,221); }

 div.DivClassName
 {
   background-color: #5441DD;
 }
 .BgClassName
 {
   background-color: #5441DD;
 }
</style>

border-color css

<style>
 span { border-color: #5441DD; }

 span { border-color: rgb(84,65,221); }

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