Html Css Color HEX #5B4DBA Rich Blue

📋 copy color: '#5B4DBA'

red 91 ◦ green 77 ◦ blue 186

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

Shades of Rich Blue #5B4DBA

Tints of Rich Blue #5B4DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 25.71%
G = 21.75%
B = 52.54%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B4DBA (or 0x5B4DBA) is known color: Rich Blue. HEX triplet: 5B, 4D and BA. RGB value is (91,77,186). Sum of RGB (Red+Green+Blue) = 91+77+186=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DBA is #A4B245. Grayscale: #5D5D5D. Windows color (decimal): -10793542 or 12209499. OLE color: 12209499.

HSL color Cylindrical-coordinate representation of color #5B4DBA: hue angle of 247.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B4DBA is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 77 186 -
CMYK 0.51 0.59 0 0.27
HSL 247.71º 0.44% 0.52% -
HSV(B) 247.71º 0.59% 0.73% -
XYZ 15.83 11.08 47.76 -
YUV 93.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 91 77 186 0.51 0.59 0 0.27 247.71 0.44 0.52
Hex 5B 4D BA 33 3B 0 1B F8 2C 34
Octal 133 115 272 63 73 0 33 370 54 64
Binary 1011011 1001101 10111010 110011 111011 0 11011 11111000 101100 110100

Color Harmonies of #5B4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4DBA

Black with #5B4DBA

Text Example


Text Example

White with #5B4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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