Html Css Color HEX #5518FF Han Purple

📋 copy color: '#5518FF'

red 85 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #5518FF

Tints of Han Purple #5518FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

 BLUE value IS 255 (100% from 255) = 70.05%

R = 23.35%
G = 6.59%
B = 70.05%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5518FF (or 0x5518FF) is known color: Han Purple. HEX triplet: 55, 18 and FF. RGB value is (85,24,255). Sum of RGB (Red+Green+Blue) = 85+24+255=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #5518FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518FF is #AAE700. Grayscale: #434343. Windows color (decimal): -11200257 or 16717909. OLE color: 16717909.

HSL color Cylindrical-coordinate representation of color #5518FF: hue angle of 255.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5518FF is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 24 255 -
CMYK 0.67 0.91 0 0
HSL 255.84º 1% 0.55% -
HSV(B) 255.84º 0.91% 1% -
XYZ 22.12 9.8 95.33 -
YUV 68.57 233.21 139.72 -
System Red Green Blue C M Y K H S L
Decimal 85 24 255 0.67 0.91 0 0 255.84 1 0.55
Hex 55 18 FF 43 5B 0 0 100 64 37
Octal 125 30 377 103 133 0 0 400 144 67
Binary 1010101 11000 11111111 1000011 1011011 0 0 100000000 1100100 110111

Color Harmonies of #5518FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518FF

Black with #5518FF

Text Example


Text Example

White with #5518FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5518FF; }

 p { color: rgb(85,24,255); }

 H1.HeaderClassName
 {
   color: #5518FF;
 }
 .AnyTagClassName
 {
   color: #5518FF;
 }
</style>

background-color css

<style>
 a { background-color: #5518FF; }

 a { background-color: rgb(85,24,255); }

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

border-color css

<style>
 span { border-color: #5518FF; }

 span { border-color: rgb(85,24,255); }

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