Html Css Color HEX #5B4CBA Rich Blue

📋 copy color: '#5B4CBA'

red 91 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #5B4CBA

Tints of Rich Blue #5B4CBA

RGB

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

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

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

R = 25.78%
G = 21.53%
B = 52.69%

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

#5B4CBA (or 0x5B4CBA) is known color: Rich Blue. HEX triplet: 5B, 4C and BA. RGB value is (91,76,186). Sum of RGB (Red+Green+Blue) = 91+76+186=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4CBA is #A4B345. Grayscale: #5C5C5C. Windows color (decimal): -10793798 or 12209243. OLE color: 12209243.

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

Color convert

RGB 91 76 186 -
CMYK 0.51 0.59 0 0.27
HSL 248.18º 0.44% 0.51% -
HSV(B) 248.18º 0.59% 0.73% -
XYZ 15.76 10.94 47.73 -
YUV 93.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 91 76 186 0.51 0.59 0 0.27 248.18 0.44 0.51
Hex 5B 4C BA 33 3B 0 1B F8 2C 33
Octal 133 114 272 63 73 0 33 370 54 63
Binary 1011011 1001100 10111010 110011 111011 0 11011 11111000 101100 110011

Color Harmonies of #5B4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4CBA

Black with #5B4CBA

Text Example


Text Example

White with #5B4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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