Html Css Color HEX #5444CC Slate Blue

📋 copy color: '#5444CC'

red 84 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #5444CC

Tints of Slate Blue #5444CC

RGB

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

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

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

R = 23.6%
G = 19.1%
B = 57.3%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5444CC (or 0x5444CC) is known color: Slate Blue. HEX triplet: 54, 44 and CC. RGB value is (84,68,204). Sum of RGB (Red+Green+Blue) = 84+68+204=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #5444CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5444CC is #ABBB33. Grayscale: #575757. Windows color (decimal): -11254580 or 13386836. OLE color: 13386836.

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

Color convert

RGB 84 68 204 -
CMYK 0.59 0.67 0 0.2
HSL 247.06º 0.57% 0.53% -
HSV(B) 247.06º 0.67% 0.8% -
XYZ 16.62 10.38 58.25 -
YUV 88.29 193.3 124.94 -
System Red Green Blue C M Y K H S L
Decimal 84 68 204 0.59 0.67 0 0.2 247.06 0.57 0.53
Hex 54 44 CC 3B 43 0 14 F7 39 35
Octal 124 104 314 73 103 0 24 367 71 65
Binary 1010100 1000100 11001100 111011 1000011 0 10100 11110111 111001 110101

Color Harmonies of #5444CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5444CC

Black with #5444CC

Text Example


Text Example

White with #5444CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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