Html Css Color HEX #550568 Indigo

📋 copy color: '#550568'

red 85 ◦ green 5 ◦ blue 104

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

Shades of Indigo #550568

Tints of Indigo #550568

RGB

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

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

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

R = 43.81%
G = 2.58%
B = 53.61%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550568 (or 0x550568) is known color: Indigo. HEX triplet: 55, 05 and 68. RGB value is (85,5,104). Sum of RGB (Red+Green+Blue) = 85+5+104=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #550568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550568 is #AAFA97. Grayscale: #272727. Windows color (decimal): -11205272 or 6817109. OLE color: 6817109.

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

Color convert

RGB 85 5 104 -
CMYK 0.18 0.95 0 0.59
HSL 288.48º 0.91% 0.21% -
HSV(B) 288.48º 0.95% 0.41% -
XYZ 6.3 3.04 13.35 -
YUV 40.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 85 5 104 0.18 0.95 0 0.59 288.48 0.91 0.21
Hex 55 5 68 12 5F 0 3B 120 5B 15
Octal 125 5 150 22 137 0 73 440 133 25
Binary 1010101 101 1101000 10010 1011111 0 111011 100100000 1011011 10101

Color Harmonies of #550568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550568

Black with #550568

Text Example


Text Example

White with #550568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550568; }

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

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

background-color css

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

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

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

border-color css

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

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

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