Html Css Color HEX #5523DD Han Purple

📋 copy color: '#5523DD'

red 85 ◦ green 35 ◦ blue 221

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

Shades of Han Purple #5523DD

Tints of Han Purple #5523DD

RGB

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

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

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

R = 24.93%
G = 10.26%
B = 64.81%

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

#5523DD (or 0x5523DD) is known color: Han Purple. HEX triplet: 55, 23 and DD. RGB value is (85,35,221). Sum of RGB (Red+Green+Blue) = 85+35+221=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #5523DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523DD is #AADC22. Grayscale: #464646. Windows color (decimal): -11197475 or 14492501. OLE color: 14492501.

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

Color convert

RGB 85 35 221 -
CMYK 0.62 0.84 0 0.13
HSL 256.13º 0.73% 0.5% -
HSV(B) 256.13º 0.84% 0.87% -
XYZ 17.4 8.35 69.1 -
YUV 71.15 212.57 137.88 -
System Red Green Blue C M Y K H S L
Decimal 85 35 221 0.62 0.84 0 0.13 256.13 0.73 0.5
Hex 55 23 DD 3E 54 0 D 100 49 32
Octal 125 43 335 76 124 0 15 400 111 62
Binary 1010101 100011 11011101 111110 1010100 0 1101 100000000 1001001 110010

Color Harmonies of #5523DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523DD

Black with #5523DD

Text Example


Text Example

White with #5523DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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