Html Css Color HEX #5306FF Han Purple

📋 copy color: '#5306FF'

red 83 ◦ green 6 ◦ blue 255

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

Shades of Han Purple #5306FF

Tints of Han Purple #5306FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 24.13%
G = 1.74%
B = 74.13%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5306FF (or 0x5306FF) is known color: Han Purple. HEX triplet: 53, 06 and FF. RGB value is (83,6,255). Sum of RGB (Red+Green+Blue) = 83+6+255=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #5306FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306FF is #ACF900. Grayscale: #383838. Windows color (decimal): -11335937 or 16713299. OLE color: 16713299.

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

Color convert

RGB 83 6 255 -
CMYK 0.67 0.98 0 0
HSL 258.55º 1% 0.51% -
HSV(B) 258.55º 0.98% 1% -
XYZ 21.68 9.19 95.24 -
YUV 57.41 239.51 146.25 -
System Red Green Blue C M Y K H S L
Decimal 83 6 255 0.67 0.98 0 0 258.55 1 0.51
Hex 53 6 FF 43 62 0 0 103 64 33
Octal 123 6 377 103 142 0 0 403 144 63
Binary 1010011 110 11111111 1000011 1100010 0 0 100000011 1100100 110011

Color Harmonies of #5306FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306FF

Black with #5306FF

Text Example


Text Example

White with #5306FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,6,255); }

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

background-color css

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

 a { background-color: rgb(83,6,255); }

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

border-color css

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

 span { border-color: rgb(83,6,255); }

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