Html Css Color HEX #550569 Indigo

📋 copy color: '#550569'

red 85 ◦ green 5 ◦ blue 105

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

Shades of Indigo #550569

Tints of Indigo #550569

RGB

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

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

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

R = 43.59%
G = 2.56%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550569 (or 0x550569) is known color: Indigo. HEX triplet: 55, 05 and 69. RGB value is (85,5,105). Sum of RGB (Red+Green+Blue) = 85+5+105=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #550569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550569 is #AAFA96. Grayscale: #282828. Windows color (decimal): -11205271 or 6882645. OLE color: 6882645.

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

Color convert

RGB 85 5 105 -
CMYK 0.19 0.95 0 0.59
HSL 288º 0.91% 0.22% -
HSV(B) 288º 0.95% 0.41% -
XYZ 6.35 3.06 13.62 -
YUV 40.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 85 5 105 0.19 0.95 0 0.59 288 0.91 0.22
Hex 55 5 69 13 5F 0 3B 120 5B 16
Octal 125 5 151 23 137 0 73 440 133 26
Binary 1010101 101 1101001 10011 1011111 0 111011 100100000 1011011 10110

Color Harmonies of #550569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550569

Black with #550569

Text Example


Text Example

White with #550569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550569; }

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

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

background-color css

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

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

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

border-color css

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

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

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