Html Css Color HEX #5530E6 Han Purple

📋 copy color: '#5530E6'

red 85 ◦ green 48 ◦ blue 230

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

Shades of Han Purple #5530E6

Tints of Han Purple #5530E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.36%

R = 23.42%
G = 13.22%
B = 63.36%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5530E6 (or 0x5530E6) is known color: Han Purple. HEX triplet: 55, 30 and E6. RGB value is (85,48,230). Sum of RGB (Red+Green+Blue) = 85+48+230=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #5530E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530E6 is #AACF19. Grayscale: #4F4F4F. Windows color (decimal): -11194138 or 15085653. OLE color: 15085653.

HSL color Cylindrical-coordinate representation of color #5530E6: hue angle of 252.2º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5530E6 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 48 230 -
CMYK 0.63 0.79 0 0.10
HSL 252.2º 0.78% 0.55% -
HSV(B) 252.2º 0.79% 0.9% -
XYZ 19.09 9.76 75.74 -
YUV 79.81 212.76 131.7 -
System Red Green Blue C M Y K H S L
Decimal 85 48 230 0.63 0.79 0 0.10 252.2 0.78 0.55
Hex 55 30 E6 3F 4F 0 A FC 4E 37
Octal 125 60 346 77 117 0 12 374 116 67
Binary 1010101 110000 11100110 111111 1001111 0 1010 11111100 1001110 110111

Color Harmonies of #5530E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530E6

Black with #5530E6

Text Example


Text Example

White with #5530E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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