Html Css Color HEX #5308AC Indigo

📋 copy color: '#5308AC'

red 83 ◦ green 8 ◦ blue 172

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

Shades of Indigo #5308AC

Tints of Indigo #5308AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 31.56%
G = 3.04%
B = 65.4%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5308AC (or 0x5308AC) is known color: Indigo. HEX triplet: 53, 08 and AC. RGB value is (83,8,172). Sum of RGB (Red+Green+Blue) = 83+8+172=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #5308AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5308AC is #ACF753. Grayscale: #303030. Windows color (decimal): -11335508 or 11274323. OLE color: 11274323.

HSL color Cylindrical-coordinate representation of color #5308AC: hue angle of 267.44º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5308AC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 8 172 -
CMYK 0.52 0.95 0 0.33
HSL 267.44º 0.91% 0.35% -
HSV(B) 267.44º 0.95% 0.67% -
XYZ 11.1 4.99 39.41 -
YUV 49.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 83 8 172 0.52 0.95 0 0.33 267.44 0.91 0.35
Hex 53 8 AC 34 5F 0 21 10B 5B 23
Octal 123 10 254 64 137 0 41 413 133 43
Binary 1010011 1000 10101100 110100 1011111 0 100001 100001011 1011011 100011

Color Harmonies of #5308AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308AC

Black with #5308AC

Text Example


Text Example

White with #5308AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5308AC; }

 p { color: rgb(83,8,172); }

 H1.HeaderClassName
 {
   color: #5308AC;
 }
 .AnyTagClassName
 {
   color: #5308AC;
 }
</style>

background-color css

<style>
 a { background-color: #5308AC; }

 a { background-color: rgb(83,8,172); }

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

border-color css

<style>
 span { border-color: #5308AC; }

 span { border-color: rgb(83,8,172); }

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