Html Css Color HEX #5448CD Slate Blue

📋 copy color: '#5448CD'

red 84 ◦ green 72 ◦ blue 205

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

Shades of Slate Blue #5448CD

Tints of Slate Blue #5448CD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 23.27%
G = 19.94%
B = 56.79%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5448CD (or 0x5448CD) is known color: Slate Blue. HEX triplet: 54, 48 and CD. RGB value is (84,72,205). Sum of RGB (Red+Green+Blue) = 84+72+205=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #5448CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448CD is #ABB732. Grayscale: #5A5A5A. Windows color (decimal): -11253555 or 13453396. OLE color: 13453396.

HSL color Cylindrical-coordinate representation of color #5448CD: hue angle of 245.41º 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 #5448CD is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 72 205 -
CMYK 0.59 0.65 0 0.20
HSL 245.41º 0.57% 0.54% -
HSV(B) 245.41º 0.65% 0.8% -
XYZ 16.99 10.93 58.97 -
YUV 90.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 84 72 205 0.59 0.65 0 0.20 245.41 0.57 0.54
Hex 54 48 CD 3B 41 0 14 F5 39 36
Octal 124 110 315 73 101 0 24 365 71 66
Binary 1010100 1001000 11001101 111011 1000001 0 10100 11110101 111001 110110

Color Harmonies of #5448CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5448CD

Black with #5448CD

Text Example


Text Example

White with #5448CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5448CD;
 }
 .AnyTagClassName
 {
   color: #5448CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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