Html Css Color HEX #553CDD Slate Blue

📋 copy color: '#553CDD'

red 85 ◦ green 60 ◦ blue 221

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

Shades of Slate Blue #553CDD

Tints of Slate Blue #553CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.39%

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

R = 23.22%
G = 16.39%
B = 60.38%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#553CDD (or 0x553CDD) is known color: Slate Blue. HEX triplet: 55, 3C and DD. RGB value is (85,60,221). Sum of RGB (Red+Green+Blue) = 85+60+221=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #553CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CDD is #AAC322. Grayscale: #555555. Windows color (decimal): -11191075 or 14498901. OLE color: 14498901.

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

Color convert

RGB 85 60 221 -
CMYK 0.62 0.73 0 0.13
HSL 249.32º 0.7% 0.55% -
HSV(B) 249.32º 0.73% 0.87% -
XYZ 18.41 10.38 69.44 -
YUV 85.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 85 60 221 0.62 0.73 0 0.13 249.32 0.7 0.55
Hex 55 3C DD 3E 49 0 D F9 46 37
Octal 125 74 335 76 111 0 15 371 106 67
Binary 1010101 111100 11011101 111110 1001001 0 1101 11111001 1000110 110111

Color Harmonies of #553CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CDD

Black with #553CDD

Text Example


Text Example

White with #553CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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