Html Css Color HEX #5523EB Han Purple

📋 copy color: '#5523EB'

red 85 ◦ green 35 ◦ blue 235

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

Shades of Han Purple #5523EB

Tints of Han Purple #5523EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.86%

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

R = 23.94%
G = 9.86%
B = 66.2%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5523EB (or 0x5523EB) is known color: Han Purple. HEX triplet: 55, 23 and EB. RGB value is (85,35,235). Sum of RGB (Red+Green+Blue) = 85+35+235=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5523EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5523EB is #AADC14. Grayscale: #484848. Windows color (decimal): -11197461 or 15410005. OLE color: 15410005.

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

Color convert

RGB 85 35 235 -
CMYK 0.64 0.85 0 0.08
HSL 255º 0.83% 0.53% -
HSV(B) 255º 0.85% 0.92% -
XYZ 19.34 9.13 79.34 -
YUV 72.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 85 35 235 0.64 0.85 0 0.08 255 0.83 0.53
Hex 55 23 EB 40 55 0 8 FF 53 35
Octal 125 43 353 100 125 0 10 377 123 65
Binary 1010101 100011 11101011 1000000 1010101 0 1000 11111111 1010011 110101

Color Harmonies of #5523EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523EB

Black with #5523EB

Text Example


Text Example

White with #5523EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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