Html Css Color HEX #5506FD Han Purple

📋 copy color: '#5506FD'

red 85 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #5506FD

Tints of Han Purple #5506FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 24.71%
G = 1.74%
B = 73.55%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5506FD (or 0x5506FD) is known color: Han Purple. HEX triplet: 55, 06 and FD. RGB value is (85,6,253). Sum of RGB (Red+Green+Blue) = 85+6+253=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #5506FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5506FD is #AAF902. Grayscale: #383838. Windows color (decimal): -11204867 or 16582229. OLE color: 16582229.

HSL color Cylindrical-coordinate representation of color #5506FD: hue angle of 259.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5506FD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 6 253 -
CMYK 0.66 0.98 0 0.01
HSL 259.19º 0.98% 0.51% -
HSV(B) 259.19º 0.98% 0.99% -
XYZ 21.54 9.15 93.56 -
YUV 57.78 238.17 147.42 -
System Red Green Blue C M Y K H S L
Decimal 85 6 253 0.66 0.98 0 0.01 259.19 0.98 0.51
Hex 55 6 FD 42 62 0 1 103 62 33
Octal 125 6 375 102 142 0 1 403 142 63
Binary 1010101 110 11111101 1000010 1100010 0 1 100000011 1100010 110011

Color Harmonies of #5506FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506FD

Black with #5506FD

Text Example


Text Example

White with #5506FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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