Html Css Color HEX #5510EF Han Purple

📋 copy color: '#5510EF'

red 85 ◦ green 16 ◦ blue 239

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

Shades of Han Purple #5510EF

Tints of Han Purple #5510EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 25%
G = 4.71%
B = 70.29%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5510EF (or 0x5510EF) is known color: Han Purple. HEX triplet: 55, 10 and EF. RGB value is (85,16,239). Sum of RGB (Red+Green+Blue) = 85+16+239=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #5510EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510EF is #AAEF10. Grayscale: #3D3D3D. Windows color (decimal): -11202321 or 15667285. OLE color: 15667285.

HSL color Cylindrical-coordinate representation of color #5510EF: hue angle of 258.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510EF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 16 239 -
CMYK 0.64 0.93 0 0.06
HSL 258.57º 0.87% 0.5% -
HSV(B) 258.57º 0.93% 0.94% -
XYZ 19.51 8.53 82.28 -
YUV 62.05 227.86 144.37 -
System Red Green Blue C M Y K H S L
Decimal 85 16 239 0.64 0.93 0 0.06 258.57 0.87 0.5
Hex 55 10 EF 40 5D 0 6 103 57 32
Octal 125 20 357 100 135 0 6 403 127 62
Binary 1010101 10000 11101111 1000000 1011101 0 110 100000011 1010111 110010

Color Harmonies of #5510EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510EF

Black with #5510EF

Text Example


Text Example

White with #5510EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5510EF; }

 p { color: rgb(85,16,239); }

 H1.HeaderClassName
 {
   color: #5510EF;
 }
 .AnyTagClassName
 {
   color: #5510EF;
 }
</style>

background-color css

<style>
 a { background-color: #5510EF; }

 a { background-color: rgb(85,16,239); }

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

border-color css

<style>
 span { border-color: #5510EF; }

 span { border-color: rgb(85,16,239); }

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