Html Css Color HEX #550567 Indigo

📋 copy color: '#550567'

red 85 ◦ green 5 ◦ blue 103

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

Shades of Indigo #550567

Tints of Indigo #550567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 44.04%
G = 2.59%
B = 53.37%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550567 (or 0x550567) is known color: Indigo. HEX triplet: 55, 05 and 67. RGB value is (85,5,103). Sum of RGB (Red+Green+Blue) = 85+5+103=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #550567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550567 is #AAFA98. Grayscale: #272727. Windows color (decimal): -11205273 or 6751573. OLE color: 6751573.

HSL color Cylindrical-coordinate representation of color #550567: hue angle of 288.98º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550567 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 5 103 -
CMYK 0.17 0.95 0 0.60
HSL 288.98º 0.91% 0.21% -
HSV(B) 288.98º 0.95% 0.4% -
XYZ 6.25 3.02 13.09 -
YUV 40.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 85 5 103 0.17 0.95 0 0.60 288.98 0.91 0.21
Hex 55 5 67 11 5F 0 3C 121 5B 15
Octal 125 5 147 21 137 0 74 441 133 25
Binary 1010101 101 1100111 10001 1011111 0 111100 100100001 1011011 10101

Color Harmonies of #550567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550567

Black with #550567

Text Example


Text Example

White with #550567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550567; }

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

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

background-color css

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

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

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

border-color css

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

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

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