Html Css Color HEX #5306AA Indigo

📋 copy color: '#5306AA'

red 83 ◦ green 6 ◦ blue 170

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

Shades of Indigo #5306AA

Tints of Indigo #5306AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 32.05%
G = 2.32%
B = 65.64%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5306AA (or 0x5306AA) is known color: Indigo. HEX triplet: 53, 06 and AA. RGB value is (83,6,170). Sum of RGB (Red+Green+Blue) = 83+6+170=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #5306AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5306AA is #ACF955. Grayscale: #2F2F2F. Windows color (decimal): -11336022 or 11142739. OLE color: 11142739.

HSL color Cylindrical-coordinate representation of color #5306AA: hue angle of 268.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5306AA is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 6 170 -
CMYK 0.51 0.96 0 0.33
HSL 268.17º 0.93% 0.35% -
HSV(B) 268.17º 0.96% 0.67% -
XYZ 10.89 4.87 38.4 -
YUV 47.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 83 6 170 0.51 0.96 0 0.33 268.17 0.93 0.35
Hex 53 6 AA 33 60 0 21 10C 5D 23
Octal 123 6 252 63 140 0 41 414 135 43
Binary 1010011 110 10101010 110011 1100000 0 100001 100001100 1011101 100011

Color Harmonies of #5306AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306AA

Black with #5306AA

Text Example


Text Example

White with #5306AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5306AA;
 }
 .AnyTagClassName
 {
   color: #5306AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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