#5206AE

Color #5206AE Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5206AE

Tints of Indigo #5206AE

Color information

#5206AE (or 0x5206AE) is unknown color: approx Indigo. HEX triplet: 52, 06 and AE. RGB value is (82,6,174). Sum of RGB (Red+Green+Blue) = 82+6+174=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #5206AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206AE is #ADF951. Grayscale: #2F2F2F. Windows color (decimal): -11401554 or 11404882. OLE color: 11404882.

HSL color Cylindrical-coordinate representation of color #5206AE: hue angle of 267.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206AE is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB826174-
CMYK0.530.9700.32
HSL267.14º93.33%35.29%-
HSV(B)267.14º96.55%68.24%-
XYZ11.184.9840.42-
YUV47.88199.18152.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 6 (2.73% from 255) = 2.29%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=31.30%
G=2.29%
B=66.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8261740.530.9700.32267.1493.3335.29
Hex526AE356102010b5d23
Octal12262566514104041313543
Binary101001011010101110110101110000101000001000010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5206AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5206AE; }

 p { color: rgb(82,6,174); }

 H1.HeaderClassName
 {
   color: #5206AE;
 }
 .AnyTagClassName
 {
   color: #5206AE;
 }
</style>
background-color css

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

 a { background-color: rgb(82,6,174); }

 div.DivClassName
 {
   background-color: #5206AE;
 }
 .BgClassName
 {
   background-color: #5206AE;
 }
</style>
border-color css

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

 span { border-color: rgb(82,6,174); }

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