Html Css Color HEX #5531DF Han Purple

📋 copy color: '#5531DF'

red 85 ◦ green 49 ◦ blue 223

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

Shades of Han Purple #5531DF

Tints of Han Purple #5531DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 23.81%
G = 13.73%
B = 62.46%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5531DF (or 0x5531DF) is known color: Han Purple. HEX triplet: 55, 31 and DF. RGB value is (85,49,223). Sum of RGB (Red+Green+Blue) = 85+49+223=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5531DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5531DF is #AACE20. Grayscale: #4E4E4E. Windows color (decimal): -11193889 or 14627157. OLE color: 14627157.

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

Color convert

RGB 85 49 223 -
CMYK 0.62 0.78 0 0.13
HSL 252.41º 0.73% 0.53% -
HSV(B) 252.41º 0.78% 0.87% -
XYZ 18.16 9.46 70.68 -
YUV 79.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 85 49 223 0.62 0.78 0 0.13 252.41 0.73 0.53
Hex 55 31 DF 3E 4E 0 D FC 49 35
Octal 125 61 337 76 116 0 15 374 111 65
Binary 1010101 110001 11011111 111110 1001110 0 1101 11111100 1001001 110101

Color Harmonies of #5531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531DF

Black with #5531DF

Text Example


Text Example

White with #5531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5531DF; }

 p { color: rgb(85,49,223); }

 H1.HeaderClassName
 {
   color: #5531DF;
 }
 .AnyTagClassName
 {
   color: #5531DF;
 }
</style>

background-color css

<style>
 a { background-color: #5531DF; }

 a { background-color: rgb(85,49,223); }

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

border-color css

<style>
 span { border-color: #5531DF; }

 span { border-color: rgb(85,49,223); }

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