#5206AF

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

Shades of Indigo #5206AF

Tints of Indigo #5206AF

Color information

#5206AF (or 0x5206AF) is unknown color: approx Indigo. HEX triplet: 52, 06 and AF. RGB value is (82,6,175). Sum of RGB (Red+Green+Blue) = 82+6+175=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5206AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206AF is #ADF950. Grayscale: #2F2F2F. Windows color (decimal): -11401553 or 11470418. OLE color: 11470418.

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

Color convert

RGB826175-
CMYK0.530.9700.31
HSL266.98º93.37%35.49%-
HSV(B)266.98º96.57%68.63%-
XYZ11.285.0240.93-
YUV47.99199.68152.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 175 (68.75% from 255) = 66.54%
R=31.18%
G=2.28%
B=66.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8261750.530.9700.31266.9893.3735.49
Hex526AF356101F10b5d23
Octal12262576514103741313543
Binary10100101101010111111010111000010111111000010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5206AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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