Html Css Color HEX #5B4E9E Rich Blue

📋 copy color: '#5B4E9E'

red 91 ◦ green 78 ◦ blue 158

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

Shades of Rich Blue #5B4E9E

Tints of Rich Blue #5B4E9E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 27.83%
G = 23.85%
B = 48.32%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B4E9E (or 0x5B4E9E) is known color: Rich Blue. HEX triplet: 5B, 4E and 9E. RGB value is (91,78,158). Sum of RGB (Red+Green+Blue) = 91+78+158=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B4E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4E9E is #A4B161. Grayscale: #5A5A5A. Windows color (decimal): -10793314 or 10374747. OLE color: 10374747.

HSL color Cylindrical-coordinate representation of color #5B4E9E: hue angle of 249.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B4E9E is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 78 158 -
CMYK 0.42 0.51 0 0.38
HSL 249.75º 0.34% 0.46% -
HSV(B) 249.75º 0.51% 0.62% -
XYZ 13.21 10.14 33.61 -
YUV 91.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 91 78 158 0.42 0.51 0 0.38 249.75 0.34 0.46
Hex 5B 4E 9E 2A 33 0 26 FA 22 2E
Octal 133 116 236 52 63 0 46 372 42 56
Binary 1011011 1001110 10011110 101010 110011 0 100110 11111010 100010 101110

Color Harmonies of #5B4E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4E9E

Black with #5B4E9E

Text Example


Text Example

White with #5B4E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,78,158); }

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

background-color css

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

 a { background-color: rgb(91,78,158); }

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

border-color css

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

 span { border-color: rgb(91,78,158); }

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