Html Css Color HEX #5B4DAF Rich Blue

📋 copy color: '#5B4DAF'

red 91 ◦ green 77 ◦ blue 175

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

Shades of Rich Blue #5B4DAF

Tints of Rich Blue #5B4DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 26.53%
G = 22.45%
B = 51.02%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B4DAF (or 0x5B4DAF) is known color: Rich Blue. HEX triplet: 5B, 4D and AF. RGB value is (91,77,175). Sum of RGB (Red+Green+Blue) = 91+77+175=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4DAF is #A4B250. Grayscale: #5B5B5B. Windows color (decimal): -10793553 or 11488603. OLE color: 11488603.

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

Color convert

RGB 91 77 175 -
CMYK 0.48 0.56 0 0.31
HSL 248.57º 0.39% 0.49% -
HSV(B) 248.57º 0.56% 0.69% -
XYZ 14.71 10.63 41.83 -
YUV 92.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 91 77 175 0.48 0.56 0 0.31 248.57 0.39 0.49
Hex 5B 4D AF 30 38 0 1F F9 27 31
Octal 133 115 257 60 70 0 37 371 47 61
Binary 1011011 1001101 10101111 110000 111000 0 11111 11111001 100111 110001

Color Harmonies of #5B4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4DAF

Black with #5B4DAF

Text Example


Text Example

White with #5B4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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