Html Css Color HEX #56086F Indigo

📋 copy color: '#56086F'

red 86 ◦ green 8 ◦ blue 111

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

Shades of Indigo #56086F

Tints of Indigo #56086F

RGB

 RED value IS 86 (33.98% from 255) = 41.95%

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

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 41.95%
G = 3.9%
B = 54.15%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56086F (or 0x56086F) is known color: Indigo. HEX triplet: 56, 08 and 6F. RGB value is (86,8,111). Sum of RGB (Red+Green+Blue) = 86+8+111=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #56086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56086F is #A9F790. Grayscale: #2A2A2A. Windows color (decimal): -11138961 or 7276630. OLE color: 7276630.

HSL color Cylindrical-coordinate representation of color #56086F: hue angle of 285.44º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56086F is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 8 111 -
CMYK 0.23 0.93 0 0.56
HSL 285.44º 0.87% 0.23% -
HSV(B) 285.44º 0.93% 0.44% -
XYZ 6.79 3.3 15.32 -
YUV 43.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 86 8 111 0.23 0.93 0 0.56 285.44 0.87 0.23
Hex 56 8 6F 17 5D 0 38 11D 57 17
Octal 126 10 157 27 135 0 70 435 127 27
Binary 1010110 1000 1101111 10111 1011101 0 111000 100011101 1010111 10111

Color Harmonies of #56086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56086F

Black with #56086F

Text Example


Text Example

White with #56086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56086F; }

 p { color: rgb(86,8,111); }

 H1.HeaderClassName
 {
   color: #56086F;
 }
 .AnyTagClassName
 {
   color: #56086F;
 }
</style>

background-color css

<style>
 a { background-color: #56086F; }

 a { background-color: rgb(86,8,111); }

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

border-color css

<style>
 span { border-color: #56086F; }

 span { border-color: rgb(86,8,111); }

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