Html Css Color HEX #553EDD Slate Blue

📋 copy color: '#553EDD'

red 85 ◦ green 62 ◦ blue 221

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

Shades of Slate Blue #553EDD

Tints of Slate Blue #553EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 23.1%
G = 16.85%
B = 60.05%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#553EDD (or 0x553EDD) is known color: Slate Blue. HEX triplet: 55, 3E and DD. RGB value is (85,62,221). Sum of RGB (Red+Green+Blue) = 85+62+221=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #553EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EDD is #AAC122. Grayscale: #565656. Windows color (decimal): -11190563 or 14499413. OLE color: 14499413.

HSL color Cylindrical-coordinate representation of color #553EDD: hue angle of 248.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553EDD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 62 221 -
CMYK 0.62 0.72 0 0.13
HSL 248.68º 0.7% 0.55% -
HSV(B) 248.68º 0.72% 0.87% -
XYZ 18.52 10.6 69.48 -
YUV 87 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 85 62 221 0.62 0.72 0 0.13 248.68 0.7 0.55
Hex 55 3E DD 3E 48 0 D F9 46 37
Octal 125 76 335 76 110 0 15 371 106 67
Binary 1010101 111110 11011101 111110 1001000 0 1101 11111001 1000110 110111

Color Harmonies of #553EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EDD

Black with #553EDD

Text Example


Text Example

White with #553EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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