Html Css Color HEX #5543CD Slate Blue

📋 copy color: '#5543CD'

red 85 ◦ green 67 ◦ blue 205

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

Shades of Slate Blue #5543CD

Tints of Slate Blue #5543CD

RGB

 RED value IS 85 (33.59% from 255) = 23.81%

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

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 23.81%
G = 18.77%
B = 57.42%

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

#5543CD (or 0x5543CD) is known color: Slate Blue. HEX triplet: 55, 43 and CD. RGB value is (85,67,205). Sum of RGB (Red+Green+Blue) = 85+67+205=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #5543CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543CD is #AABC32. Grayscale: #575757. Windows color (decimal): -11189299 or 13452117. OLE color: 13452117.

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

Color convert

RGB 85 67 205 -
CMYK 0.59 0.67 0 0.20
HSL 247.83º 0.58% 0.53% -
HSV(B) 247.83º 0.67% 0.8% -
XYZ 16.77 10.35 58.87 -
YUV 88.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 85 67 205 0.59 0.67 0 0.20 247.83 0.58 0.53
Hex 55 43 CD 3B 43 0 14 F8 3A 35
Octal 125 103 315 73 103 0 24 370 72 65
Binary 1010101 1000011 11001101 111011 1000011 0 10100 11111000 111010 110101

Color Harmonies of #5543CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5543CD

Black with #5543CD

Text Example


Text Example

White with #5543CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5543CD; }

 p { color: rgb(85,67,205); }

 H1.HeaderClassName
 {
   color: #5543CD;
 }
 .AnyTagClassName
 {
   color: #5543CD;
 }
</style>

background-color css

<style>
 a { background-color: #5543CD; }

 a { background-color: rgb(85,67,205); }

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

border-color css

<style>
 span { border-color: #5543CD; }

 span { border-color: rgb(85,67,205); }

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