Html Css Color HEX #5528DD Han Purple

📋 copy color: '#5528DD'

red 85 ◦ green 40 ◦ blue 221

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

Shades of Han Purple #5528DD

Tints of Han Purple #5528DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 24.57%
G = 11.56%
B = 63.87%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5528DD (or 0x5528DD) is known color: Han Purple. HEX triplet: 55, 28 and DD. RGB value is (85,40,221). Sum of RGB (Red+Green+Blue) = 85+40+221=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #5528DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528DD is #AAD722. Grayscale: #494949. Windows color (decimal): -11196195 or 14493781. OLE color: 14493781.

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

Color convert

RGB 85 40 221 -
CMYK 0.62 0.82 0 0.13
HSL 254.92º 0.73% 0.51% -
HSV(B) 254.92º 0.82% 0.87% -
XYZ 17.56 8.67 69.15 -
YUV 74.09 210.91 135.78 -
System Red Green Blue C M Y K H S L
Decimal 85 40 221 0.62 0.82 0 0.13 254.92 0.73 0.51
Hex 55 28 DD 3E 52 0 D FF 49 33
Octal 125 50 335 76 122 0 15 377 111 63
Binary 1010101 101000 11011101 111110 1010010 0 1101 11111111 1001001 110011

Color Harmonies of #5528DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528DD

Black with #5528DD

Text Example


Text Example

White with #5528DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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