Html Css Color HEX #5B08AB Indigo

📋 copy color: '#5B08AB'

red 91 ◦ green 8 ◦ blue 171

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

Shades of Indigo #5B08AB

Tints of Indigo #5B08AB

RGB

 RED value IS 91 (35.94% from 255) = 33.7%

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 33.7%
G = 2.96%
B = 63.33%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B08AB (or 0x5B08AB) is known color: Indigo. HEX triplet: 5B, 08 and AB. RGB value is (91,8,171). Sum of RGB (Red+Green+Blue) = 91+8+171=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B08AB is #A4F754. Grayscale: #323232. Windows color (decimal): -10811221 or 11208795. OLE color: 11208795.

HSL color Cylindrical-coordinate representation of color #5B08AB: hue angle of 270.55º 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 #5B08AB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 8 171 -
CMYK 0.47 0.95 0 0.33
HSL 270.55º 0.91% 0.35% -
HSV(B) 270.55º 0.95% 0.67% -
XYZ 11.75 5.34 38.94 -
YUV 51.4 195.5 156.25 -
System Red Green Blue C M Y K H S L
Decimal 91 8 171 0.47 0.95 0 0.33 270.55 0.91 0.35
Hex 5B 8 AB 2F 5F 0 21 10F 5B 23
Octal 133 10 253 57 137 0 41 417 133 43
Binary 1011011 1000 10101011 101111 1011111 0 100001 100001111 1011011 100011

Color Harmonies of #5B08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B08AB

Black with #5B08AB

Text Example


Text Example

White with #5B08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B08AB; }

 p { color: rgb(91,8,171); }

 H1.HeaderClassName
 {
   color: #5B08AB;
 }
 .AnyTagClassName
 {
   color: #5B08AB;
 }
</style>

background-color css

<style>
 a { background-color: #5B08AB; }

 a { background-color: rgb(91,8,171); }

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

border-color css

<style>
 span { border-color: #5B08AB; }

 span { border-color: rgb(91,8,171); }

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