Html Css Color HEX #55086D Indigo

📋 copy color: '#55086D'

red 85 ◦ green 8 ◦ blue 109

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

Shades of Indigo #55086D

Tints of Indigo #55086D

RGB

 RED value IS 85 (33.59% from 255) = 42.08%

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

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 42.08%
G = 3.96%
B = 53.96%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55086D (or 0x55086D) is known color: Indigo. HEX triplet: 55, 08 and 6D. RGB value is (85,8,109). Sum of RGB (Red+Green+Blue) = 85+8+109=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #55086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55086D is #AAF792. Grayscale: #2A2A2A. Windows color (decimal): -11204499 or 7145557. OLE color: 7145557.

HSL color Cylindrical-coordinate representation of color #55086D: hue angle of 285.74º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55086D is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 8 109 -
CMYK 0.22 0.93 0 0.57
HSL 285.74º 0.86% 0.23% -
HSV(B) 285.74º 0.93% 0.43% -
XYZ 6.59 3.21 14.74 -
YUV 42.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 85 8 109 0.22 0.93 0 0.57 285.74 0.86 0.23
Hex 55 8 6D 16 5D 0 39 11E 56 17
Octal 125 10 155 26 135 0 71 436 126 27
Binary 1010101 1000 1101101 10110 1011101 0 111001 100011110 1010110 10111

Color Harmonies of #55086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55086D

Black with #55086D

Text Example


Text Example

White with #55086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55086D; }

 p { color: rgb(85,8,109); }

 H1.HeaderClassName
 {
   color: #55086D;
 }
 .AnyTagClassName
 {
   color: #55086D;
 }
</style>

background-color css

<style>
 a { background-color: #55086D; }

 a { background-color: rgb(85,8,109); }

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

border-color css

<style>
 span { border-color: #55086D; }

 span { border-color: rgb(85,8,109); }

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