Html Css Color HEX #56087B Indigo

📋 copy color: '#56087B'

red 86 ◦ green 8 ◦ blue 123

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

Shades of Indigo #56087B

Tints of Indigo #56087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.68%

R = 39.63%
G = 3.69%
B = 56.68%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56087B (or 0x56087B) is known color: Indigo. HEX triplet: 56, 08 and 7B. RGB value is (86,8,123). Sum of RGB (Red+Green+Blue) = 86+8+123=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #56087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56087B is #A9F784. Grayscale: #2C2C2C. Windows color (decimal): -11138949 or 8063062. OLE color: 8063062.

HSL color Cylindrical-coordinate representation of color #56087B: hue angle of 280.7º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56087B is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 8 123 -
CMYK 0.30 0.93 0 0.52
HSL 280.7º 0.88% 0.26% -
HSV(B) 280.7º 0.93% 0.48% -
XYZ 7.5 3.58 19.04 -
YUV 44.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 86 8 123 0.30 0.93 0 0.52 280.7 0.88 0.26
Hex 56 8 7B 1E 5D 0 34 119 58 1A
Octal 126 10 173 36 135 0 64 431 130 32
Binary 1010110 1000 1111011 11110 1011101 0 110100 100011001 1011000 11010

Color Harmonies of #56087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56087B

Black with #56087B

Text Example


Text Example

White with #56087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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