Html Css Color HEX #56066C Indigo

📋 copy color: '#56066C'

red 86 ◦ green 6 ◦ blue 108

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

Shades of Indigo #56066C

Tints of Indigo #56066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 43%
G = 3%
B = 54%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56066C (or 0x56066C) is known color: Indigo. HEX triplet: 56, 06 and 6C. RGB value is (86,6,108). Sum of RGB (Red+Green+Blue) = 86+6+108=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #56066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56066C is #A9F993. Grayscale: #292929. Windows color (decimal): -11139476 or 7079510. OLE color: 7079510.

HSL color Cylindrical-coordinate representation of color #56066C: hue angle of 287.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56066C is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 6 108 -
CMYK 0.20 0.94 0 0.58
HSL 287.06º 0.89% 0.22% -
HSV(B) 287.06º 0.94% 0.42% -
XYZ 6.61 3.19 14.45 -
YUV 41.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 86 6 108 0.20 0.94 0 0.58 287.06 0.89 0.22
Hex 56 6 6C 14 5E 0 3A 11F 59 16
Octal 126 6 154 24 136 0 72 437 131 26
Binary 1010110 110 1101100 10100 1011110 0 111010 100011111 1011001 10110

Color Harmonies of #56066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56066C

Black with #56066C

Text Example


Text Example

White with #56066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56066C; }

 p { color: rgb(86,6,108); }

 H1.HeaderClassName
 {
   color: #56066C;
 }
 .AnyTagClassName
 {
   color: #56066C;
 }
</style>

background-color css

<style>
 a { background-color: #56066C; }

 a { background-color: rgb(86,6,108); }

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

border-color css

<style>
 span { border-color: #56066C; }

 span { border-color: rgb(86,6,108); }

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