Html Css Color HEX #5543CC Slate Blue

📋 copy color: '#5543CC'

red 85 ◦ green 67 ◦ blue 204

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

Shades of Slate Blue #5543CC

Tints of Slate Blue #5543CC

RGB

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

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

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

R = 23.88%
G = 18.82%
B = 57.3%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5543CC (or 0x5543CC) is known color: Slate Blue. HEX triplet: 55, 43 and CC. RGB value is (85,67,204). Sum of RGB (Red+Green+Blue) = 85+67+204=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 67 (26.56% from 255 or 18.82% 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 #5543CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543CC is #AABC33. Grayscale: #575757. Windows color (decimal): -11189300 or 13386581. OLE color: 13386581.

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

Color convert

RGB 85 67 204 -
CMYK 0.58 0.67 0 0.2
HSL 247.88º 0.57% 0.53% -
HSV(B) 247.88º 0.67% 0.8% -
XYZ 16.65 10.31 58.24 -
YUV 88 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 85 67 204 0.58 0.67 0 0.2 247.88 0.57 0.53
Hex 55 43 CC 3A 43 0 14 F8 39 35
Octal 125 103 314 72 103 0 24 370 71 65
Binary 1010101 1000011 11001100 111010 1000011 0 10100 11111000 111001 110101

Color Harmonies of #5543CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5543CC

Black with #5543CC

Text Example


Text Example

White with #5543CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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