Html Css Color HEX #550B68 Indigo

📋 copy color: '#550B68'

red 85 ◦ green 11 ◦ blue 104

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

Shades of Indigo #550B68

Tints of Indigo #550B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

 BLUE value IS 104 (41.02% from 255) = 52%

R = 42.5%
G = 5.5%
B = 52%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550B68 (or 0x550B68) is known color: Indigo. HEX triplet: 55, 0B and 68. RGB value is (85,11,104). Sum of RGB (Red+Green+Blue) = 85+11+104=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #550B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B68 is #AAF497. Grayscale: #2B2B2B. Windows color (decimal): -11203736 or 6818645. OLE color: 6818645.

HSL color Cylindrical-coordinate representation of color #550B68: hue angle of 287.74º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550B68 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 11 104 -
CMYK 0.18 0.89 0 0.59
HSL 287.74º 0.81% 0.23% -
HSV(B) 287.74º 0.89% 0.41% -
XYZ 6.36 3.17 13.37 -
YUV 43.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 85 11 104 0.18 0.89 0 0.59 287.74 0.81 0.23
Hex 55 B 68 12 59 0 3B 120 51 17
Octal 125 13 150 22 131 0 73 440 121 27
Binary 1010101 1011 1101000 10010 1011001 0 111011 100100000 1010001 10111

Color Harmonies of #550B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B68

Black with #550B68

Text Example


Text Example

White with #550B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550B68; }

 p { color: rgb(85,11,104); }

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

background-color css

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

 a { background-color: rgb(85,11,104); }

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

border-color css

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

 span { border-color: rgb(85,11,104); }

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