Html Css Color HEX #5508FE Han Purple

📋 copy color: '#5508FE'

red 85 ◦ green 8 ◦ blue 254

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

Shades of Han Purple #5508FE

Tints of Han Purple #5508FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 24.5%
G = 2.31%
B = 73.2%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5508FE (or 0x5508FE) is known color: Han Purple. HEX triplet: 55, 08 and FE. RGB value is (85,8,254). Sum of RGB (Red+Green+Blue) = 85+8+254=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #5508FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5508FE is #AAF701. Grayscale: #3A3A3A. Windows color (decimal): -11204354 or 16648277. OLE color: 16648277.

HSL color Cylindrical-coordinate representation of color #5508FE: hue angle of 258.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5508FE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 8 254 -
CMYK 0.67 0.97 0 0.00
HSL 258.78º 0.99% 0.51% -
HSV(B) 258.78º 0.97% 1% -
XYZ 21.72 9.26 94.41 -
YUV 59.07 238.01 146.5 -
System Red Green Blue C M Y K H S L
Decimal 85 8 254 0.67 0.97 0 0.00 258.78 0.99 0.51
Hex 55 8 FE 43 61 0 0 103 63 33
Octal 125 10 376 103 141 0 0 403 143 63
Binary 1010101 1000 11111110 1000011 1100001 0 0 100000011 1100011 110011

Color Harmonies of #5508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508FE

Black with #5508FE

Text Example


Text Example

White with #5508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5508FE; }

 p { color: rgb(85,8,254); }

 H1.HeaderClassName
 {
   color: #5508FE;
 }
 .AnyTagClassName
 {
   color: #5508FE;
 }
</style>

background-color css

<style>
 a { background-color: #5508FE; }

 a { background-color: rgb(85,8,254); }

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

border-color css

<style>
 span { border-color: #5508FE; }

 span { border-color: rgb(85,8,254); }

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