Html Css Color HEX #5554DC Slate Blue

📋 copy color: '#5554DC'

red 85 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #5554DC

Tints of Slate Blue #5554DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 21.85%
G = 21.59%
B = 56.56%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5554DC (or 0x5554DC) is known color: Slate Blue. HEX triplet: 55, 54 and DC. RGB value is (85,84,220). Sum of RGB (Red+Green+Blue) = 85+84+220=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5554DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554DC is #AAAB23. Grayscale: #636363. Windows color (decimal): -11184932 or 14439509. OLE color: 14439509.

HSL color Cylindrical-coordinate representation of color #5554DC: hue angle of 240.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5554DC is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 84 220 -
CMYK 0.61 0.62 0 0.14
HSL 240.44º 0.66% 0.6% -
HSV(B) 240.44º 0.62% 0.86% -
XYZ 19.83 13.44 69.26 -
YUV 99.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 85 84 220 0.61 0.62 0 0.14 240.44 0.66 0.6
Hex 55 54 DC 3D 3E 0 E F0 42 3C
Octal 125 124 334 75 76 0 16 360 102 74
Binary 1010101 1010100 11011100 111101 111110 0 1110 11110000 1000010 111100

Color Harmonies of #5554DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5554DC

Black with #5554DC

Text Example


Text Example

White with #5554DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5554DC; }

 p { color: rgb(85,84,220); }

 H1.HeaderClassName
 {
   color: #5554DC;
 }
 .AnyTagClassName
 {
   color: #5554DC;
 }
</style>

background-color css

<style>
 a { background-color: #5554DC; }

 a { background-color: rgb(85,84,220); }

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

border-color css

<style>
 span { border-color: #5554DC; }

 span { border-color: rgb(85,84,220); }

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