Html Css Color HEX #553EDC Slate Blue

📋 copy color: '#553EDC'

red 85 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #553EDC

Tints of Slate Blue #553EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

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

R = 23.16%
G = 16.89%
B = 59.95%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#553EDC (or 0x553EDC) is known color: Slate Blue. HEX triplet: 55, 3E and DC. RGB value is (85,62,220). Sum of RGB (Red+Green+Blue) = 85+62+220=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #553EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EDC is #AAC123. Grayscale: #565656. Windows color (decimal): -11190564 or 14433877. OLE color: 14433877.

HSL color Cylindrical-coordinate representation of color #553EDC: hue angle of 248.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553EDC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 62 220 -
CMYK 0.61 0.72 0 0.14
HSL 248.73º 0.69% 0.55% -
HSV(B) 248.73º 0.72% 0.86% -
XYZ 18.39 10.54 68.78 -
YUV 86.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 85 62 220 0.61 0.72 0 0.14 248.73 0.69 0.55
Hex 55 3E DC 3D 48 0 E F9 45 37
Octal 125 76 334 75 110 0 16 371 105 67
Binary 1010101 111110 11011100 111101 1001000 0 1110 11111001 1000101 110111

Color Harmonies of #553EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EDC

Black with #553EDC

Text Example


Text Example

White with #553EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553EDC; }

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

 H1.HeaderClassName
 {
   color: #553EDC;
 }
 .AnyTagClassName
 {
   color: #553EDC;
 }
</style>

background-color css

<style>
 a { background-color: #553EDC; }

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

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

border-color css

<style>
 span { border-color: #553EDC; }

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

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