Html Css Color HEX #5B4CAD Rich Blue

📋 copy color: '#5B4CAD'

red 91 ◦ green 76 ◦ blue 173

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

Shades of Rich Blue #5B4CAD

Tints of Rich Blue #5B4CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 26.76%
G = 22.35%
B = 50.88%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B4CAD (or 0x5B4CAD) is known color: Rich Blue. HEX triplet: 5B, 4C and AD. RGB value is (91,76,173). Sum of RGB (Red+Green+Blue) = 91+76+173=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4CAD is #A4B352. Grayscale: #5B5B5B. Windows color (decimal): -10793811 or 11357275. OLE color: 11357275.

HSL color Cylindrical-coordinate representation of color #5B4CAD: hue angle of 249.28º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B4CAD is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 76 173 -
CMYK 0.47 0.56 0 0.32
HSL 249.28º 0.39% 0.49% -
HSV(B) 249.28º 0.56% 0.68% -
XYZ 14.44 10.41 40.78 -
YUV 91.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 91 76 173 0.47 0.56 0 0.32 249.28 0.39 0.49
Hex 5B 4C AD 2F 38 0 20 F9 27 31
Octal 133 114 255 57 70 0 40 371 47 61
Binary 1011011 1001100 10101101 101111 111000 0 100000 11111001 100111 110001

Color Harmonies of #5B4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4CAD

Black with #5B4CAD

Text Example


Text Example

White with #5B4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,76,173); }

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

background-color css

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

 a { background-color: rgb(91,76,173); }

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

border-color css

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

 span { border-color: rgb(91,76,173); }

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