Html Css Color HEX #5443CC Slate Blue

📋 copy color: '#5443CC'

red 84 ◦ green 67 ◦ blue 204

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

Shades of Slate Blue #5443CC

Tints of Slate Blue #5443CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

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

R = 23.66%
G = 18.87%
B = 57.46%

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

#5443CC (or 0x5443CC) is known color: Slate Blue. HEX triplet: 54, 43 and CC. RGB value is (84,67,204). Sum of RGB (Red+Green+Blue) = 84+67+204=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #5443CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443CC is #ABBC33. Grayscale: #575757. Windows color (decimal): -11254836 or 13386580. OLE color: 13386580.

HSL color Cylindrical-coordinate representation of color #5443CC: hue angle of 247.45º 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 #5443CC is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 67 204 -
CMYK 0.59 0.67 0 0.2
HSL 247.45º 0.57% 0.53% -
HSV(B) 247.45º 0.67% 0.8% -
XYZ 16.56 10.26 58.23 -
YUV 87.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 84 67 204 0.59 0.67 0 0.2 247.45 0.57 0.53
Hex 54 43 CC 3B 43 0 14 F7 39 35
Octal 124 103 314 73 103 0 24 367 71 65
Binary 1010100 1000011 11001100 111011 1000011 0 10100 11110111 111001 110101

Color Harmonies of #5443CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5443CC

Black with #5443CC

Text Example


Text Example

White with #5443CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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