Html Css Color HEX #5449CB Slate Blue

📋 copy color: '#5449CB'

red 84 ◦ green 73 ◦ blue 203

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

Shades of Slate Blue #5449CB

Tints of Slate Blue #5449CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 23.33%
G = 20.28%
B = 56.39%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5449CB (or 0x5449CB) is known color: Slate Blue. HEX triplet: 54, 49 and CB. RGB value is (84,73,203). Sum of RGB (Red+Green+Blue) = 84+73+203=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #5449CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449CB is #ABB634. Grayscale: #5A5A5A. Windows color (decimal): -11253301 or 13322580. OLE color: 13322580.

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

Color convert

RGB 84 73 203 -
CMYK 0.59 0.64 0 0.20
HSL 245.08º 0.56% 0.54% -
HSV(B) 245.08º 0.64% 0.8% -
XYZ 16.82 10.96 57.73 -
YUV 91.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 84 73 203 0.59 0.64 0 0.20 245.08 0.56 0.54
Hex 54 49 CB 3B 40 0 14 F5 38 36
Octal 124 111 313 73 100 0 24 365 70 66
Binary 1010100 1001001 11001011 111011 1000000 0 10100 11110101 111000 110110

Color Harmonies of #5449CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449CB

Black with #5449CB

Text Example


Text Example

White with #5449CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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