Html Css Color HEX #553FD1 Slate Blue

📋 copy color: '#553FD1'

red 85 ◦ green 63 ◦ blue 209

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

Shades of Slate Blue #553FD1

Tints of Slate Blue #553FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 23.81%
G = 17.65%
B = 58.54%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#553FD1 (or 0x553FD1) is known color: Slate Blue. HEX triplet: 55, 3F and D1. RGB value is (85,63,209). Sum of RGB (Red+Green+Blue) = 85+63+209=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #553FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FD1 is #AAC02E. Grayscale: #555555. Windows color (decimal): -11190319 or 13713237. OLE color: 13713237.

HSL color Cylindrical-coordinate representation of color #553FD1: hue angle of 249.04º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553FD1 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 63 209 -
CMYK 0.59 0.70 0 0.18
HSL 249.04º 0.61% 0.53% -
HSV(B) 249.04º 0.7% 0.82% -
XYZ 17.03 10.09 61.37 -
YUV 86.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 85 63 209 0.59 0.70 0 0.18 249.04 0.61 0.53
Hex 55 3F D1 3B 46 0 12 F9 3D 35
Octal 125 77 321 73 106 0 22 371 75 65
Binary 1010101 111111 11010001 111011 1000110 0 10010 11111001 111101 110101

Color Harmonies of #553FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FD1

Black with #553FD1

Text Example


Text Example

White with #553FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,209); }

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

background-color css

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

 a { background-color: rgb(85,63,209); }

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

border-color css

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

 span { border-color: rgb(85,63,209); }

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