Html Css Color HEX #5528F6 Han Purple

📋 copy color: '#5528F6'

red 85 ◦ green 40 ◦ blue 246

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

Shades of Han Purple #5528F6

Tints of Han Purple #5528F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.31%

R = 22.91%
G = 10.78%
B = 66.31%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5528F6 (or 0x5528F6) is known color: Han Purple. HEX triplet: 55, 28 and F6. RGB value is (85,40,246). Sum of RGB (Red+Green+Blue) = 85+40+246=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #5528F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5528F6 is #AAD709. Grayscale: #4C4C4C. Windows color (decimal): -11196170 or 16132181. OLE color: 16132181.

HSL color Cylindrical-coordinate representation of color #5528F6: hue angle of 253.11º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5528F6 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 40 246 -
CMYK 0.65 0.84 0 0.04
HSL 253.11º 0.92% 0.56% -
HSV(B) 253.11º 0.84% 0.96% -
XYZ 21.14 10.1 88.02 -
YUV 76.94 223.41 133.75 -
System Red Green Blue C M Y K H S L
Decimal 85 40 246 0.65 0.84 0 0.04 253.11 0.92 0.56
Hex 55 28 F6 41 54 0 4 FD 5C 38
Octal 125 50 366 101 124 0 4 375 134 70
Binary 1010101 101000 11110110 1000001 1010100 0 100 11111101 1011100 111000

Color Harmonies of #5528F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528F6

Black with #5528F6

Text Example


Text Example

White with #5528F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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