Html Css Color HEX #5449CC Slate Blue

📋 copy color: '#5449CC'

red 84 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #5449CC

Tints of Slate Blue #5449CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 23.27%
G = 20.22%
B = 56.51%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5449CC (or 0x5449CC) is known color: Slate Blue. HEX triplet: 54, 49 and CC. RGB value is (84,73,204). Sum of RGB (Red+Green+Blue) = 84+73+204=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5449CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449CC is #ABB633. Grayscale: #5A5A5A. Windows color (decimal): -11253300 or 13388116. OLE color: 13388116.

HSL color Cylindrical-coordinate representation of color #5449CC: hue angle of 245.04º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5449CC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 73 204 -
CMYK 0.59 0.64 0 0.2
HSL 245.04º 0.56% 0.54% -
HSV(B) 245.04º 0.64% 0.8% -
XYZ 16.94 11.01 58.36 -
YUV 91.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 84 73 204 0.59 0.64 0 0.2 245.04 0.56 0.54
Hex 54 49 CC 3B 40 0 14 F5 38 36
Octal 124 111 314 73 100 0 24 365 70 66
Binary 1010100 1001001 11001100 111011 1000000 0 10100 11110101 111000 110110

Color Harmonies of #5449CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449CC

Black with #5449CC

Text Example


Text Example

White with #5449CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5449CC; }

 p { color: rgb(84,73,204); }

 H1.HeaderClassName
 {
   color: #5449CC;
 }
 .AnyTagClassName
 {
   color: #5449CC;
 }
</style>

background-color css

<style>
 a { background-color: #5449CC; }

 a { background-color: rgb(84,73,204); }

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

border-color css

<style>
 span { border-color: #5449CC; }

 span { border-color: rgb(84,73,204); }

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