Html Css Color HEX #5528FA Han Purple

📋 copy color: '#5528FA'

red 85 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #5528FA

Tints of Han Purple #5528FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 22.67%
G = 10.67%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5528FA (or 0x5528FA) is known color: Han Purple. HEX triplet: 55, 28 and FA. RGB value is (85,40,250). Sum of RGB (Red+Green+Blue) = 85+40+250=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #5528FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5528FA is #AAD705. Grayscale: #4C4C4C. Windows color (decimal): -11196166 or 16394325. OLE color: 16394325.

HSL color Cylindrical-coordinate representation of color #5528FA: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5528FA is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 40 250 -
CMYK 0.66 0.84 0 0.02
HSL 252.86º 0.95% 0.57% -
HSV(B) 252.86º 0.84% 0.98% -
XYZ 21.76 10.35 91.29 -
YUV 77.4 225.41 133.42 -
System Red Green Blue C M Y K H S L
Decimal 85 40 250 0.66 0.84 0 0.02 252.86 0.95 0.57
Hex 55 28 FA 42 54 0 2 FD 5F 39
Octal 125 50 372 102 124 0 2 375 137 71
Binary 1010101 101000 11111010 1000010 1010100 0 10 11111101 1011111 111001

Color Harmonies of #5528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528FA

Black with #5528FA

Text Example


Text Example

White with #5528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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