Html Css Color HEX #5506EC Han Purple

📋 copy color: '#5506EC'

red 85 ◦ green 6 ◦ blue 236

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

Shades of Han Purple #5506EC

Tints of Han Purple #5506EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 25.99%
G = 1.83%
B = 72.17%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5506EC (or 0x5506EC) is known color: Han Purple. HEX triplet: 55, 06 and EC. RGB value is (85,6,236). Sum of RGB (Red+Green+Blue) = 85+6+236=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #5506EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5506EC is #AAF913. Grayscale: #373737. Windows color (decimal): -11204884 or 15468117. OLE color: 15468117.

HSL color Cylindrical-coordinate representation of color #5506EC: hue angle of 260.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506EC is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 6 236 -
CMYK 0.64 0.97 0 0.07
HSL 260.61º 0.95% 0.47% -
HSV(B) 260.61º 0.97% 0.93% -
XYZ 18.95 8.12 79.92 -
YUV 55.84 229.67 148.8 -
System Red Green Blue C M Y K H S L
Decimal 85 6 236 0.64 0.97 0 0.07 260.61 0.95 0.47
Hex 55 6 EC 40 61 0 7 105 5F 2F
Octal 125 6 354 100 141 0 7 405 137 57
Binary 1010101 110 11101100 1000000 1100001 0 111 100000101 1011111 101111

Color Harmonies of #5506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506EC

Black with #5506EC

Text Example


Text Example

White with #5506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5506EC; }

 p { color: rgb(85,6,236); }

 H1.HeaderClassName
 {
   color: #5506EC;
 }
 .AnyTagClassName
 {
   color: #5506EC;
 }
</style>

background-color css

<style>
 a { background-color: #5506EC; }

 a { background-color: rgb(85,6,236); }

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

border-color css

<style>
 span { border-color: #5506EC; }

 span { border-color: rgb(85,6,236); }

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