Html Css Color HEX #56089E Indigo

📋 copy color: '#56089E'

red 86 ◦ green 8 ◦ blue 158

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

Shades of Indigo #56089E

Tints of Indigo #56089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 158 (62.11% from 255) = 62.7%

R = 34.13%
G = 3.17%
B = 62.7%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56089E (or 0x56089E) is known color: Indigo. HEX triplet: 56, 08 and 9E. RGB value is (86,8,158). Sum of RGB (Red+Green+Blue) = 86+8+158=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #56089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56089E is #A9F761. Grayscale: #2F2F2F. Windows color (decimal): -11138914 or 10356822. OLE color: 10356822.

HSL color Cylindrical-coordinate representation of color #56089E: hue angle of 271.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56089E is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 8 158 -
CMYK 0.46 0.95 0 0.38
HSL 271.2º 0.9% 0.33% -
HSV(B) 271.2º 0.95% 0.62% -
XYZ 10.1 4.62 32.71 -
YUV 48.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 86 8 158 0.46 0.95 0 0.38 271.2 0.9 0.33
Hex 56 8 9E 2E 5F 0 26 10F 5A 21
Octal 126 10 236 56 137 0 46 417 132 41
Binary 1010110 1000 10011110 101110 1011111 0 100110 100001111 1011010 100001

Color Harmonies of #56089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56089E

Black with #56089E

Text Example


Text Example

White with #56089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56089E; }

 p { color: rgb(86,8,158); }

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

background-color css

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

 a { background-color: rgb(86,8,158); }

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

border-color css

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

 span { border-color: rgb(86,8,158); }

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