Html Css Color HEX #5B4DAE Rich Blue

📋 copy color: '#5B4DAE'

red 91 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #5B4DAE

Tints of Rich Blue #5B4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

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

R = 26.61%
G = 22.51%
B = 50.88%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B4DAE (or 0x5B4DAE) is known color: Rich Blue. HEX triplet: 5B, 4D and AE. RGB value is (91,77,174). Sum of RGB (Red+Green+Blue) = 91+77+174=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4DAE is #A4B251. Grayscale: #5B5B5B. Windows color (decimal): -10793554 or 11423067. OLE color: 11423067.

HSL color Cylindrical-coordinate representation of color #5B4DAE: hue angle of 248.66º 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 #5B4DAE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 77 174 -
CMYK 0.48 0.56 0 0.32
HSL 248.66º 0.39% 0.49% -
HSV(B) 248.66º 0.56% 0.68% -
XYZ 14.61 10.59 41.32 -
YUV 92.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 91 77 174 0.48 0.56 0 0.32 248.66 0.39 0.49
Hex 5B 4D AE 30 38 0 20 F9 27 31
Octal 133 115 256 60 70 0 40 371 47 61
Binary 1011011 1001101 10101110 110000 111000 0 100000 11111001 100111 110001

Color Harmonies of #5B4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4DAE

Black with #5B4DAE

Text Example


Text Example

White with #5B4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,77,174); }

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

background-color css

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

 a { background-color: rgb(91,77,174); }

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

border-color css

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

 span { border-color: rgb(91,77,174); }

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