Html Css Color HEX #55086B Indigo

📋 copy color: '#55086B'

red 85 ◦ green 8 ◦ blue 107

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

Shades of Indigo #55086B

Tints of Indigo #55086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 53.5%

R = 42.5%
G = 4%
B = 53.5%

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

#55086B (or 0x55086B) is known color: Indigo. HEX triplet: 55, 08 and 6B. RGB value is (85,8,107). Sum of RGB (Red+Green+Blue) = 85+8+107=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #55086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55086B is #AAF794. Grayscale: #292929. Windows color (decimal): -11204501 or 7014485. OLE color: 7014485.

HSL color Cylindrical-coordinate representation of color #55086B: hue angle of 286.67º 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 #55086B is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 8 107 -
CMYK 0.21 0.93 0 0.58
HSL 286.67º 0.86% 0.23% -
HSV(B) 286.67º 0.93% 0.42% -
XYZ 6.49 3.17 14.18 -
YUV 42.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 85 8 107 0.21 0.93 0 0.58 286.67 0.86 0.23
Hex 55 8 6B 15 5D 0 3A 11F 56 17
Octal 125 10 153 25 135 0 72 437 126 27
Binary 1010101 1000 1101011 10101 1011101 0 111010 100011111 1010110 10111

Color Harmonies of #55086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55086B

Black with #55086B

Text Example


Text Example

White with #55086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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