Html Css Color HEX #5444CE Slate Blue

📋 copy color: '#5444CE'

red 84 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #5444CE

Tints of Slate Blue #5444CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 23.46%
G = 18.99%
B = 57.54%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5444CE (or 0x5444CE) is known color: Slate Blue. HEX triplet: 54, 44 and CE. RGB value is (84,68,206). Sum of RGB (Red+Green+Blue) = 84+68+206=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5444CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444CE is #ABBB31. Grayscale: #575757. Windows color (decimal): -11254578 or 13517908. OLE color: 13517908.

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

Color convert

RGB 84 68 206 -
CMYK 0.59 0.67 0 0.19
HSL 246.96º 0.58% 0.54% -
HSV(B) 246.96º 0.67% 0.81% -
XYZ 16.86 10.48 59.53 -
YUV 88.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 84 68 206 0.59 0.67 0 0.19 246.96 0.58 0.54
Hex 54 44 CE 3B 43 0 13 F7 3A 36
Octal 124 104 316 73 103 0 23 367 72 66
Binary 1010100 1000100 11001110 111011 1000011 0 10011 11110111 111010 110110

Color Harmonies of #5444CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5444CE

Black with #5444CE

Text Example


Text Example

White with #5444CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5444CE; }

 p { color: rgb(84,68,206); }

 H1.HeaderClassName
 {
   color: #5444CE;
 }
 .AnyTagClassName
 {
   color: #5444CE;
 }
</style>

background-color css

<style>
 a { background-color: #5444CE; }

 a { background-color: rgb(84,68,206); }

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

border-color css

<style>
 span { border-color: #5444CE; }

 span { border-color: rgb(84,68,206); }

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