Html Css Color HEX #560569 Indigo

📋 copy color: '#560569'

red 86 ◦ green 5 ◦ blue 105

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

Shades of Indigo #560569

Tints of Indigo #560569

RGB

 RED value IS 86 (33.98% from 255) = 43.88%

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

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

R = 43.88%
G = 2.55%
B = 53.57%

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

#560569 (or 0x560569) is known color: Indigo. HEX triplet: 56, 05 and 69. RGB value is (86,5,105). Sum of RGB (Red+Green+Blue) = 86+5+105=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #560569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560569 is #A9FA96. Grayscale: #282828. Windows color (decimal): -11139735 or 6882646. OLE color: 6882646.

HSL color Cylindrical-coordinate representation of color #560569: hue angle of 288.6º 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 #560569 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 5 105 -
CMYK 0.18 0.95 0 0.59
HSL 288.6º 0.91% 0.22% -
HSV(B) 288.6º 0.95% 0.41% -
XYZ 6.44 3.11 13.62 -
YUV 40.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 86 5 105 0.18 0.95 0 0.59 288.6 0.91 0.22
Hex 56 5 69 12 5F 0 3B 121 5B 16
Octal 126 5 151 22 137 0 73 441 133 26
Binary 1010110 101 1101001 10010 1011111 0 111011 100100001 1011011 10110

Color Harmonies of #560569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560569

Black with #560569

Text Example


Text Example

White with #560569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560569; }

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

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

background-color css

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

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

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

border-color css

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

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

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