#5306AE

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

Shades of Indigo #5306AE

Tints of Indigo #5306AE

Color information

#5306AE (or 0x5306AE) is unknown color: approx Indigo. HEX triplet: 53, 06 and AE. RGB value is (83,6,174). Sum of RGB (Red+Green+Blue) = 83+6+174=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #5306AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5306AE is #ACF951. Grayscale: #2F2F2F. Windows color (decimal): -11336018 or 11404883. OLE color: 11404883.

HSL color Cylindrical-coordinate representation of color #5306AE: hue angle of 267.5º 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 #5306AE is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB836174-
CMYK0.520.9700.32
HSL267.5º93.33%35.29%-
HSV(B)267.5º96.55%68.24%-
XYZ11.275.0340.42-
YUV48.18199.01152.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=31.56%
G=2.28%
B=66.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8361740.520.9700.32267.593.3335.29
Hex536AE346102010c5d23
Octal12362566414104041413543
Binary101001111010101110110100110000101000001000011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5306AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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