Html Css Color HEX #5326DC Han Purple

📋 copy color: '#5326DC'

red 83 ◦ green 38 ◦ blue 220

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

Shades of Han Purple #5326DC

Tints of Han Purple #5326DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 24.34%
G = 11.14%
B = 64.52%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5326DC (or 0x5326DC) is known color: Han Purple. HEX triplet: 53, 26 and DC. RGB value is (83,38,220). Sum of RGB (Red+Green+Blue) = 83+38+220=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #5326DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326DC is #ACD923. Grayscale: #474747. Windows color (decimal): -11327780 or 14427731. OLE color: 14427731.

HSL color Cylindrical-coordinate representation of color #5326DC: hue angle of 254.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5326DC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 38 220 -
CMYK 0.62 0.83 0 0.14
HSL 254.84º 0.72% 0.51% -
HSV(B) 254.84º 0.83% 0.86% -
XYZ 17.18 8.39 68.42 -
YUV 72.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 83 38 220 0.62 0.83 0 0.14 254.84 0.72 0.51
Hex 53 26 DC 3E 53 0 E FF 48 33
Octal 123 46 334 76 123 0 16 377 110 63
Binary 1010011 100110 11011100 111110 1010011 0 1110 11111111 1001000 110011

Color Harmonies of #5326DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326DC

Black with #5326DC

Text Example


Text Example

White with #5326DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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