Html Css Color HEX #5519F8 Han Purple

📋 copy color: '#5519F8'

red 85 ◦ green 25 ◦ blue 248

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

Shades of Han Purple #5519F8

Tints of Han Purple #5519F8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

 BLUE value IS 248 (97.27% from 255) = 69.27%

R = 23.74%
G = 6.98%
B = 69.27%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5519F8 (or 0x5519F8) is known color: Han Purple. HEX triplet: 55, 19 and F8. RGB value is (85,25,248). Sum of RGB (Red+Green+Blue) = 85+25+248=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #5519F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519F8 is #AAE607. Grayscale: #434343. Windows color (decimal): -11200008 or 16259413. OLE color: 16259413.

HSL color Cylindrical-coordinate representation of color #5519F8: hue angle of 256.14º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5519F8 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 25 248 -
CMYK 0.66 0.90 0 0.03
HSL 256.14º 0.94% 0.54% -
HSV(B) 256.14º 0.9% 0.97% -
XYZ 21.04 9.4 89.51 -
YUV 68.36 229.38 139.87 -
System Red Green Blue C M Y K H S L
Decimal 85 25 248 0.66 0.90 0 0.03 256.14 0.94 0.54
Hex 55 19 F8 42 5A 0 3 100 5E 36
Octal 125 31 370 102 132 0 3 400 136 66
Binary 1010101 11001 11111000 1000010 1011010 0 11 100000000 1011110 110110

Color Harmonies of #5519F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519F8

Black with #5519F8

Text Example


Text Example

White with #5519F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5519F8; }

 p { color: rgb(85,25,248); }

 H1.HeaderClassName
 {
   color: #5519F8;
 }
 .AnyTagClassName
 {
   color: #5519F8;
 }
</style>

background-color css

<style>
 a { background-color: #5519F8; }

 a { background-color: rgb(85,25,248); }

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

border-color css

<style>
 span { border-color: #5519F8; }

 span { border-color: rgb(85,25,248); }

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