Html Css Color HEX #550570 Indigo

📋 copy color: '#550570'

red 85 ◦ green 5 ◦ blue 112

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

Shades of Indigo #550570

Tints of Indigo #550570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 42.08%
G = 2.48%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550570 (or 0x550570) is known color: Indigo. HEX triplet: 55, 05 and 70. RGB value is (85,5,112). Sum of RGB (Red+Green+Blue) = 85+5+112=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #550570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550570 is #AAFA8F. Grayscale: #282828. Windows color (decimal): -11205264 or 7341397. OLE color: 7341397.

HSL color Cylindrical-coordinate representation of color #550570: hue angle of 284.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550570 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 5 112 -
CMYK 0.24 0.96 0 0.56
HSL 284.86º 0.91% 0.23% -
HSV(B) 284.86º 0.96% 0.44% -
XYZ 6.73 3.21 15.59 -
YUV 41.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 85 5 112 0.24 0.96 0 0.56 284.86 0.91 0.23
Hex 55 5 70 18 60 0 38 11D 5B 17
Octal 125 5 160 30 140 0 70 435 133 27
Binary 1010101 101 1110000 11000 1100000 0 111000 100011101 1011011 10111

Color Harmonies of #550570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550570

Black with #550570

Text Example


Text Example

White with #550570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550570; }

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

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

background-color css

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

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

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

border-color css

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

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

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