Html Css Color HEX #550669 Indigo

📋 copy color: '#550669'

red 85 ◦ green 6 ◦ blue 105

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

Shades of Indigo #550669

Tints of Indigo #550669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 43.37%
G = 3.06%
B = 53.57%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550669 (or 0x550669) is known color: Indigo. HEX triplet: 55, 06 and 69. RGB value is (85,6,105). Sum of RGB (Red+Green+Blue) = 85+6+105=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #550669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550669 is #AAF996. Grayscale: #282828. Windows color (decimal): -11205015 or 6882901. OLE color: 6882901.

HSL color Cylindrical-coordinate representation of color #550669: hue angle of 287.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550669 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 6 105 -
CMYK 0.19 0.94 0 0.59
HSL 287.88º 0.89% 0.22% -
HSV(B) 287.88º 0.94% 0.41% -
XYZ 6.36 3.08 13.62 -
YUV 40.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 85 6 105 0.19 0.94 0 0.59 287.88 0.89 0.22
Hex 55 6 69 13 5E 0 3B 120 59 16
Octal 125 6 151 23 136 0 73 440 131 26
Binary 1010101 110 1101001 10011 1011110 0 111011 100100000 1011001 10110

Color Harmonies of #550669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550669

Black with #550669

Text Example


Text Example

White with #550669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550669; }

 p { color: rgb(85,6,105); }

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

background-color css

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

 a { background-color: rgb(85,6,105); }

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

border-color css

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

 span { border-color: rgb(85,6,105); }

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