Html Css Color HEX #5443CB Slate Blue

📋 copy color: '#5443CB'

red 84 ◦ green 67 ◦ blue 203

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

Shades of Slate Blue #5443CB

Tints of Slate Blue #5443CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 23.73%
G = 18.93%
B = 57.34%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5443CB (or 0x5443CB) is known color: Slate Blue. HEX triplet: 54, 43 and CB. RGB value is (84,67,203). Sum of RGB (Red+Green+Blue) = 84+67+203=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5443CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443CB is #ABBC34. Grayscale: #575757. Windows color (decimal): -11254837 or 13321044. OLE color: 13321044.

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

Color convert

RGB 84 67 203 -
CMYK 0.59 0.67 0 0.20
HSL 247.5º 0.57% 0.53% -
HSV(B) 247.5º 0.67% 0.8% -
XYZ 16.44 10.21 57.6 -
YUV 87.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 84 67 203 0.59 0.67 0 0.20 247.5 0.57 0.53
Hex 54 43 CB 3B 43 0 14 F8 39 35
Octal 124 103 313 73 103 0 24 370 71 65
Binary 1010100 1000011 11001011 111011 1000011 0 10100 11111000 111001 110101

Color Harmonies of #5443CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5443CB

Black with #5443CB

Text Example


Text Example

White with #5443CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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