Html Css Color HEX #5305AE Indigo

📋 copy color: '#5305AE'

red 83 ◦ green 5 ◦ blue 174

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

Shades of Indigo #5305AE

Tints of Indigo #5305AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 31.68%
G = 1.91%
B = 66.41%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5305AE (or 0x5305AE) is known color: Indigo. HEX triplet: 53, 05 and AE. RGB value is (83,5,174). Sum of RGB (Red+Green+Blue) = 83+5+174=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 5 (2.34% from 255 or 1.91% 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 #5305AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5305AE is #ACFA51. Grayscale: #2E2E2E. Windows color (decimal): -11336274 or 11404627. OLE color: 11404627.

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

Color convert

RGB 83 5 174 -
CMYK 0.52 0.97 0 0.32
HSL 267.69º 0.94% 0.35% -
HSV(B) 267.69º 0.97% 0.68% -
XYZ 11.26 5 40.42 -
YUV 47.59 199.34 153.26 -
System Red Green Blue C M Y K H S L
Decimal 83 5 174 0.52 0.97 0 0.32 267.69 0.94 0.35
Hex 53 5 AE 34 61 0 20 10C 5E 23
Octal 123 5 256 64 141 0 40 414 136 43
Binary 1010011 101 10101110 110100 1100001 0 100000 100001100 1011110 100011

Color Harmonies of #5305AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5305AE

Black with #5305AE

Text Example


Text Example

White with #5305AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5305AE;
 }
 .AnyTagClassName
 {
   color: #5305AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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