Html Css Color HEX #5444CA Slate Blue

📋 copy color: '#5444CA'

red 84 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #5444CA

Tints of Slate Blue #5444CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 23.73%
G = 19.21%
B = 57.06%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5444CA (or 0x5444CA) is known color: Slate Blue. HEX triplet: 54, 44 and CA. RGB value is (84,68,202). Sum of RGB (Red+Green+Blue) = 84+68+202=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #5444CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444CA is #ABBB35. Grayscale: #575757. Windows color (decimal): -11254582 or 13255764. OLE color: 13255764.

HSL color Cylindrical-coordinate representation of color #5444CA: hue angle of 247.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5444CA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 68 202 -
CMYK 0.58 0.66 0 0.21
HSL 247.16º 0.56% 0.53% -
HSV(B) 247.16º 0.66% 0.79% -
XYZ 16.38 10.28 57 -
YUV 88.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 84 68 202 0.58 0.66 0 0.21 247.16 0.56 0.53
Hex 54 44 CA 3A 42 0 15 F7 38 35
Octal 124 104 312 72 102 0 25 367 70 65
Binary 1010100 1000100 11001010 111010 1000010 0 10101 11110111 111000 110101

Color Harmonies of #5444CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5444CA

Black with #5444CA

Text Example


Text Example

White with #5444CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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