Html Css Color HEX #5B006E Indigo

📋 copy color: '#5B006E'

red 91 ◦ green 0 ◦ blue 110

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

Shades of Indigo #5B006E

Tints of Indigo #5B006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 45.27%
G = 0%
B = 54.73%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B006E (or 0x5B006E) is known color: Indigo. HEX triplet: 5B, 00 and 6E. RGB value is (91,0,110). Sum of RGB (Red+Green+Blue) = 91+0+110=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B006E is #A4FF91. Grayscale: #272727. Windows color (decimal): -10813330 or 7209051. OLE color: 7209051.

HSL color Cylindrical-coordinate representation of color #5B006E: hue angle of 289.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B006E is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 0 110 -
CMYK 0.17 1 0 0.57
HSL 289.64º 1% 0.22% -
HSV(B) 289.64º 1% 0.43% -
XYZ 7.13 3.35 15.02 -
YUV 39.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 91 0 110 0.17 1 0 0.57 289.64 1 0.22
Hex 5B 0 6E 11 64 0 39 122 64 16
Octal 133 0 156 21 144 0 71 442 144 26
Binary 1011011 0 1101110 10001 1100100 0 111001 100100010 1100100 10110

Color Harmonies of #5B006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B006E

Black with #5B006E

Text Example


Text Example

White with #5B006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,110); }

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

background-color css

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

 a { background-color: rgb(91,0,110); }

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

border-color css

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

 span { border-color: rgb(91,0,110); }

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