Html Css Color HEX #5449CF Slate Blue

📋 copy color: '#5449CF'

red 84 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #5449CF

Tints of Slate Blue #5449CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 23.08%
G = 20.05%
B = 56.87%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5449CF (or 0x5449CF) is known color: Slate Blue. HEX triplet: 54, 49 and CF. RGB value is (84,73,207). Sum of RGB (Red+Green+Blue) = 84+73+207=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #5449CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449CF is #ABB630. Grayscale: #5B5B5B. Windows color (decimal): -11253297 or 13584724. OLE color: 13584724.

HSL color Cylindrical-coordinate representation of color #5449CF: hue angle of 244.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5449CF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 73 207 -
CMYK 0.59 0.65 0 0.19
HSL 244.93º 0.58% 0.55% -
HSV(B) 244.93º 0.65% 0.81% -
XYZ 17.3 11.15 60.27 -
YUV 91.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 84 73 207 0.59 0.65 0 0.19 244.93 0.58 0.55
Hex 54 49 CF 3B 41 0 13 F5 3A 37
Octal 124 111 317 73 101 0 23 365 72 67
Binary 1010100 1001001 11001111 111011 1000001 0 10011 11110101 111010 110111

Color Harmonies of #5449CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449CF

Black with #5449CF

Text Example


Text Example

White with #5449CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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