Html Css Color HEX #5708DD Han Purple

📋 copy color: '#5708DD'

red 87 ◦ green 8 ◦ blue 221

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

Shades of Han Purple #5708DD

Tints of Han Purple #5708DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 27.53%
G = 2.53%
B = 69.94%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5708DD (or 0x5708DD) is known color: Han Purple. HEX triplet: 57, 08 and DD. RGB value is (87,8,221). Sum of RGB (Red+Green+Blue) = 87+8+221=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #5708DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708DD is #A8F722. Grayscale: #373737. Windows color (decimal): -11073315 or 14485591. OLE color: 14485591.

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

Color convert

RGB 87 8 221 -
CMYK 0.61 0.96 0 0.13
HSL 262.25º 0.93% 0.45% -
HSV(B) 262.25º 0.96% 0.87% -
XYZ 17.07 7.42 68.94 -
YUV 55.9 221.17 150.18 -
System Red Green Blue C M Y K H S L
Decimal 87 8 221 0.61 0.96 0 0.13 262.25 0.93 0.45
Hex 57 8 DD 3D 60 0 D 106 5D 2D
Octal 127 10 335 75 140 0 15 406 135 55
Binary 1010111 1000 11011101 111101 1100000 0 1101 100000110 1011101 101101

Color Harmonies of #5708DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5708DD

Black with #5708DD

Text Example


Text Example

White with #5708DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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