Html Css Color HEX #5523DF Han Purple

📋 copy color: '#5523DF'

red 85 ◦ green 35 ◦ blue 223

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

Shades of Han Purple #5523DF

Tints of Han Purple #5523DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

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

R = 24.78%
G = 10.2%
B = 65.01%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5523DF (or 0x5523DF) is known color: Han Purple. HEX triplet: 55, 23 and DF. RGB value is (85,35,223). Sum of RGB (Red+Green+Blue) = 85+35+223=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #5523DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523DF is #AADC20. Grayscale: #464646. Windows color (decimal): -11197473 or 14623573. OLE color: 14623573.

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

Color convert

RGB 85 35 223 -
CMYK 0.62 0.84 0 0.13
HSL 255.96º 0.75% 0.51% -
HSV(B) 255.96º 0.84% 0.87% -
XYZ 17.67 8.46 70.51 -
YUV 71.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 85 35 223 0.62 0.84 0 0.13 255.96 0.75 0.51
Hex 55 23 DF 3E 54 0 D 100 4B 33
Octal 125 43 337 76 124 0 15 400 113 63
Binary 1010101 100011 11011111 111110 1010100 0 1101 100000000 1001011 110011

Color Harmonies of #5523DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523DF

Black with #5523DF

Text Example


Text Example

White with #5523DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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