Html Css Color HEX #5509EB Han Purple

📋 copy color: '#5509EB'

red 85 ◦ green 9 ◦ blue 235

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

Shades of Han Purple #5509EB

Tints of Han Purple #5509EB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 25.84%
G = 2.74%
B = 71.43%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5509EB (or 0x5509EB) is known color: Han Purple. HEX triplet: 55, 09 and EB. RGB value is (85,9,235). Sum of RGB (Red+Green+Blue) = 85+9+235=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #5509EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5509EB is #AAF614. Grayscale: #383838. Windows color (decimal): -11204117 or 15403349. OLE color: 15403349.

HSL color Cylindrical-coordinate representation of color #5509EB: hue angle of 260.18º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509EB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 9 235 -
CMYK 0.64 0.96 0 0.08
HSL 260.18º 0.93% 0.48% -
HSV(B) 260.18º 0.96% 0.92% -
XYZ 18.84 8.12 79.17 -
YUV 57.49 228.18 147.62 -
System Red Green Blue C M Y K H S L
Decimal 85 9 235 0.64 0.96 0 0.08 260.18 0.93 0.48
Hex 55 9 EB 40 60 0 8 104 5D 30
Octal 125 11 353 100 140 0 10 404 135 60
Binary 1010101 1001 11101011 1000000 1100000 0 1000 100000100 1011101 110000

Color Harmonies of #5509EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509EB

Black with #5509EB

Text Example


Text Example

White with #5509EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5509EB; }

 p { color: rgb(85,9,235); }

 H1.HeaderClassName
 {
   color: #5509EB;
 }
 .AnyTagClassName
 {
   color: #5509EB;
 }
</style>

background-color css

<style>
 a { background-color: #5509EB; }

 a { background-color: rgb(85,9,235); }

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

border-color css

<style>
 span { border-color: #5509EB; }

 span { border-color: rgb(85,9,235); }

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