Html Css Color HEX #5726DD Han Purple

📋 copy color: '#5726DD'

red 87 ◦ green 38 ◦ blue 221

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

Shades of Han Purple #5726DD

Tints of Han Purple #5726DD

RGB

 RED value IS 87 (34.38% from 255) = 25.14%

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 25.14%
G = 10.98%
B = 63.87%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5726DD (or 0x5726DD) is known color: Han Purple. HEX triplet: 57, 26 and DD. RGB value is (87,38,221). Sum of RGB (Red+Green+Blue) = 87+38+221=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #5726DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5726DD is #A8D922. Grayscale: #484848. Windows color (decimal): -11065635 or 14493271. OLE color: 14493271.

HSL color Cylindrical-coordinate representation of color #5726DD: hue angle of 256.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5726DD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 38 221 -
CMYK 0.61 0.83 0 0.13
HSL 256.07º 0.73% 0.51% -
HSV(B) 256.07º 0.83% 0.87% -
XYZ 17.67 8.63 69.14 -
YUV 73.51 211.23 137.62 -
System Red Green Blue C M Y K H S L
Decimal 87 38 221 0.61 0.83 0 0.13 256.07 0.73 0.51
Hex 57 26 DD 3D 53 0 D 100 49 33
Octal 127 46 335 75 123 0 15 400 111 63
Binary 1010111 100110 11011101 111101 1010011 0 1101 100000000 1001001 110011

Color Harmonies of #5726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5726DD

Black with #5726DD

Text Example


Text Example

White with #5726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5726DD; }

 p { color: rgb(87,38,221); }

 H1.HeaderClassName
 {
   color: #5726DD;
 }
 .AnyTagClassName
 {
   color: #5726DD;
 }
</style>

background-color css

<style>
 a { background-color: #5726DD; }

 a { background-color: rgb(87,38,221); }

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

border-color css

<style>
 span { border-color: #5726DD; }

 span { border-color: rgb(87,38,221); }

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