Html Css Color HEX #5326FB Han Purple

📋 copy color: '#5326FB'

red 83 ◦ green 38 ◦ blue 251

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

Shades of Han Purple #5326FB

Tints of Han Purple #5326FB

RGB

 RED value IS 83 (32.81% from 255) = 22.31%

 GREEN value IS 38 (15.23% from 255) = 10.22%

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

R = 22.31%
G = 10.22%
B = 67.47%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5326FB (or 0x5326FB) is known color: Han Purple. HEX triplet: 53, 26 and FB. RGB value is (83,38,251). Sum of RGB (Red+Green+Blue) = 83+38+251=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #5326FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5326FB is #ACD904. Grayscale: #4A4A4A. Windows color (decimal): -11327749 or 16459347. OLE color: 16459347.

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

Color convert

RGB 83 38 251 -
CMYK 0.67 0.85 0 0.02
HSL 252.68º 0.96% 0.57% -
HSV(B) 252.68º 0.85% 0.98% -
XYZ 21.67 10.19 92.09 -
YUV 75.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 83 38 251 0.67 0.85 0 0.02 252.68 0.96 0.57
Hex 53 26 FB 43 55 0 2 FD 60 39
Octal 123 46 373 103 125 0 2 375 140 71
Binary 1010011 100110 11111011 1000011 1010101 0 10 11111101 1100000 111001

Color Harmonies of #5326FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326FB

Black with #5326FB

Text Example


Text Example

White with #5326FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,38,251); }

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

background-color css

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

 a { background-color: rgb(83,38,251); }

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

border-color css

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

 span { border-color: rgb(83,38,251); }

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