Html Css Color HEX #53086E Indigo

📋 copy color: '#53086E'

red 83 ◦ green 8 ◦ blue 110

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

Shades of Indigo #53086E

Tints of Indigo #53086E

RGB

 RED value IS 83 (32.81% from 255) = 41.29%

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

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 41.29%
G = 3.98%
B = 54.73%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53086E (or 0x53086E) is known color: Indigo. HEX triplet: 53, 08 and 6E. RGB value is (83,8,110). Sum of RGB (Red+Green+Blue) = 83+8+110=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #53086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53086E is #ACF791. Grayscale: #292929. Windows color (decimal): -11335570 or 7211091. OLE color: 7211091.

HSL color Cylindrical-coordinate representation of color #53086E: hue angle of 284.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53086E is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 8 110 -
CMYK 0.25 0.93 0 0.57
HSL 284.12º 0.86% 0.23% -
HSV(B) 284.12º 0.93% 0.43% -
XYZ 6.47 3.14 15.02 -
YUV 42.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 83 8 110 0.25 0.93 0 0.57 284.12 0.86 0.23
Hex 53 8 6E 19 5D 0 39 11C 56 17
Octal 123 10 156 31 135 0 71 434 126 27
Binary 1010011 1000 1101110 11001 1011101 0 111001 100011100 1010110 10111

Color Harmonies of #53086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53086E

Black with #53086E

Text Example


Text Example

White with #53086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,8,110); }

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

background-color css

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

 a { background-color: rgb(83,8,110); }

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

border-color css

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

 span { border-color: rgb(83,8,110); }

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