Html Css Color HEX #5530EB Han Purple

📋 copy color: '#5530EB'

red 85 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #5530EB

Tints of Han Purple #5530EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 23.1%
G = 13.04%
B = 63.86%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5530EB (or 0x5530EB) is known color: Han Purple. HEX triplet: 55, 30 and EB. RGB value is (85,48,235). Sum of RGB (Red+Green+Blue) = 85+48+235=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #5530EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530EB is #AACF14. Grayscale: #4F4F4F. Windows color (decimal): -11194133 or 15413333. OLE color: 15413333.

HSL color Cylindrical-coordinate representation of color #5530EB: hue angle of 251.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5530EB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 48 235 -
CMYK 0.64 0.80 0 0.08
HSL 251.87º 0.82% 0.55% -
HSV(B) 251.87º 0.8% 0.92% -
XYZ 19.8 10.04 79.49 -
YUV 80.38 215.26 131.29 -
System Red Green Blue C M Y K H S L
Decimal 85 48 235 0.64 0.80 0 0.08 251.87 0.82 0.55
Hex 55 30 EB 40 50 0 8 FC 52 37
Octal 125 60 353 100 120 0 10 374 122 67
Binary 1010101 110000 11101011 1000000 1010000 0 1000 11111100 1010010 110111

Color Harmonies of #5530EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530EB

Black with #5530EB

Text Example


Text Example

White with #5530EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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