Html Css Color HEX #5447D8 Slate Blue

📋 copy color: '#5447D8'

red 84 ◦ green 71 ◦ blue 216

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

Shades of Slate Blue #5447D8

Tints of Slate Blue #5447D8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 216 (84.77% from 255) = 58.22%

R = 22.64%
G = 19.14%
B = 58.22%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5447D8 (or 0x5447D8) is known color: Slate Blue. HEX triplet: 54, 47 and D8. RGB value is (84,71,216). Sum of RGB (Red+Green+Blue) = 84+71+216=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #5447D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5447D8 is #ABB827. Grayscale: #5A5A5A. Windows color (decimal): -11253800 or 14174036. OLE color: 14174036.

HSL color Cylindrical-coordinate representation of color #5447D8: hue angle of 245.38º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5447D8 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 71 216 -
CMYK 0.61 0.67 0 0.15
HSL 245.38º 0.65% 0.56% -
HSV(B) 245.38º 0.67% 0.85% -
XYZ 18.3 11.35 66.19 -
YUV 91.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 84 71 216 0.61 0.67 0 0.15 245.38 0.65 0.56
Hex 54 47 D8 3D 43 0 F F5 41 38
Octal 124 107 330 75 103 0 17 365 101 70
Binary 1010100 1000111 11011000 111101 1000011 0 1111 11110101 1000001 111000

Color Harmonies of #5447D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5447D8

Black with #5447D8

Text Example


Text Example

White with #5447D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5447D8; }

 p { color: rgb(84,71,216); }

 H1.HeaderClassName
 {
   color: #5447D8;
 }
 .AnyTagClassName
 {
   color: #5447D8;
 }
</style>

background-color css

<style>
 a { background-color: #5447D8; }

 a { background-color: rgb(84,71,216); }

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

border-color css

<style>
 span { border-color: #5447D8; }

 span { border-color: rgb(84,71,216); }

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