Html Css Color HEX #5530EF Han Purple

📋 copy color: '#5530EF'

red 85 ◦ green 48 ◦ blue 239

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

Shades of Han Purple #5530EF

Tints of Han Purple #5530EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 22.85%
G = 12.9%
B = 64.25%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5530EF (or 0x5530EF) is known color: Han Purple. HEX triplet: 55, 30 and EF. RGB value is (85,48,239). Sum of RGB (Red+Green+Blue) = 85+48+239=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #5530EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530EF is #AACF10. Grayscale: #505050. Windows color (decimal): -11194129 or 15675477. OLE color: 15675477.

HSL color Cylindrical-coordinate representation of color #5530EF: hue angle of 251.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5530EF is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 48 239 -
CMYK 0.64 0.80 0 0.06
HSL 251.62º 0.86% 0.56% -
HSV(B) 251.62º 0.8% 0.94% -
XYZ 20.38 10.28 82.57 -
YUV 80.84 217.26 130.97 -
System Red Green Blue C M Y K H S L
Decimal 85 48 239 0.64 0.80 0 0.06 251.62 0.86 0.56
Hex 55 30 EF 40 50 0 6 FC 56 38
Octal 125 60 357 100 120 0 6 374 126 70
Binary 1010101 110000 11101111 1000000 1010000 0 110 11111100 1010110 111000

Color Harmonies of #5530EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530EF

Black with #5530EF

Text Example


Text Example

White with #5530EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5530EF; }

 p { color: rgb(85,48,239); }

 H1.HeaderClassName
 {
   color: #5530EF;
 }
 .AnyTagClassName
 {
   color: #5530EF;
 }
</style>

background-color css

<style>
 a { background-color: #5530EF; }

 a { background-color: rgb(85,48,239); }

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

border-color css

<style>
 span { border-color: #5530EF; }

 span { border-color: rgb(85,48,239); }

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