Html Css Color HEX #55086C Indigo

📋 copy color: '#55086C'

red 85 ◦ green 8 ◦ blue 108

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

Shades of Indigo #55086C

Tints of Indigo #55086C

RGB

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

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

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

R = 42.29%
G = 3.98%
B = 53.73%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55086C (or 0x55086C) is known color: Indigo. HEX triplet: 55, 08 and 6C. RGB value is (85,8,108). Sum of RGB (Red+Green+Blue) = 85+8+108=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #55086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55086C is #AAF793. Grayscale: #2A2A2A. Windows color (decimal): -11204500 or 7080021. OLE color: 7080021.

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

Color convert

RGB 85 8 108 -
CMYK 0.21 0.93 0 0.58
HSL 286.2º 0.86% 0.23% -
HSV(B) 286.2º 0.93% 0.42% -
XYZ 6.54 3.19 14.46 -
YUV 42.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 85 8 108 0.21 0.93 0 0.58 286.2 0.86 0.23
Hex 55 8 6C 15 5D 0 3A 11E 56 17
Octal 125 10 154 25 135 0 72 436 126 27
Binary 1010101 1000 1101100 10101 1011101 0 111010 100011110 1010110 10111

Color Harmonies of #55086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55086C

Black with #55086C

Text Example


Text Example

White with #55086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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