Html Css Color HEX #550584 Indigo

📋 copy color: '#550584'

red 85 ◦ green 5 ◦ blue 132

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

Shades of Indigo #550584

Tints of Indigo #550584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 38.29%
G = 2.25%
B = 59.46%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#550584 (or 0x550584) is known color: Indigo. HEX triplet: 55, 05 and 84. RGB value is (85,5,132). Sum of RGB (Red+Green+Blue) = 85+5+132=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #550584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550584 is #AAFA7B. Grayscale: #2A2A2A. Windows color (decimal): -11205244 or 8652117. OLE color: 8652117.

HSL color Cylindrical-coordinate representation of color #550584: hue angle of 277.8º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550584 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 5 132 -
CMYK 0.36 0.96 0 0.48
HSL 277.8º 0.93% 0.27% -
HSV(B) 277.8º 0.96% 0.52% -
XYZ 7.97 3.71 22.13 -
YUV 43.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 85 5 132 0.36 0.96 0 0.48 277.8 0.93 0.27
Hex 55 5 84 24 60 0 30 116 5D 1B
Octal 125 5 204 44 140 0 60 426 135 33
Binary 1010101 101 10000100 100100 1100000 0 110000 100010110 1011101 11011

Color Harmonies of #550584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550584

Black with #550584

Text Example


Text Example

White with #550584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550584; }

 p { color: rgb(85,5,132); }

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

background-color css

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

 a { background-color: rgb(85,5,132); }

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

border-color css

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

 span { border-color: rgb(85,5,132); }

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