Html Css Color HEX #5506ED Han Purple

📋 copy color: '#5506ED'

red 85 ◦ green 6 ◦ blue 237

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

Shades of Han Purple #5506ED

Tints of Han Purple #5506ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.26%

R = 25.91%
G = 1.83%
B = 72.26%

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

#5506ED (or 0x5506ED) is known color: Han Purple. HEX triplet: 55, 06 and ED. RGB value is (85,6,237). Sum of RGB (Red+Green+Blue) = 85+6+237=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #5506ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5506ED is #AAF912. Grayscale: #373737. Windows color (decimal): -11204883 or 15533653. OLE color: 15533653.

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

Color convert

RGB 85 6 237 -
CMYK 0.64 0.97 0 0.07
HSL 260.52º 0.95% 0.48% -
HSV(B) 260.52º 0.97% 0.93% -
XYZ 19.1 8.18 80.69 -
YUV 55.96 230.17 148.72 -
System Red Green Blue C M Y K H S L
Decimal 85 6 237 0.64 0.97 0 0.07 260.52 0.95 0.48
Hex 55 6 ED 40 61 0 7 105 5F 30
Octal 125 6 355 100 141 0 7 405 137 60
Binary 1010101 110 11101101 1000000 1100001 0 111 100000101 1011111 110000

Color Harmonies of #5506ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506ED

Black with #5506ED

Text Example


Text Example

White with #5506ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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