Html Css Color HEX #5530FB Han Purple

📋 copy color: '#5530FB'

red 85 ◦ green 48 ◦ blue 251

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

Shades of Han Purple #5530FB

Tints of Han Purple #5530FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 22.14%
G = 12.5%
B = 65.36%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5530FB (or 0x5530FB) is known color: Han Purple. HEX triplet: 55, 30 and FB. RGB value is (85,48,251). Sum of RGB (Red+Green+Blue) = 85+48+251=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #5530FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530FB is #AACF04. Grayscale: #515151. Windows color (decimal): -11194117 or 16461909. OLE color: 16461909.

HSL color Cylindrical-coordinate representation of color #5530FB: hue angle of 250.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5530FB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 48 251 -
CMYK 0.66 0.81 0 0.02
HSL 250.94º 0.96% 0.59% -
HSV(B) 250.94º 0.81% 0.98% -
XYZ 22.22 11.01 92.22 -
YUV 82.21 223.26 129.99 -
System Red Green Blue C M Y K H S L
Decimal 85 48 251 0.66 0.81 0 0.02 250.94 0.96 0.59
Hex 55 30 FB 42 51 0 2 FB 60 3B
Octal 125 60 373 102 121 0 2 373 140 73
Binary 1010101 110000 11111011 1000010 1010001 0 10 11111011 1100000 111011

Color Harmonies of #5530FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530FB

Black with #5530FB

Text Example


Text Example

White with #5530FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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