Html Css Color HEX #5B4F9E Rich Blue

📋 copy color: '#5B4F9E'

red 91 ◦ green 79 ◦ blue 158

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

Shades of Rich Blue #5B4F9E

Tints of Rich Blue #5B4F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 27.74%
G = 24.09%
B = 48.17%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B4F9E (or 0x5B4F9E) is known color: Rich Blue. HEX triplet: 5B, 4F and 9E. RGB value is (91,79,158). Sum of RGB (Red+Green+Blue) = 91+79+158=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4F9E is #A4B061. Grayscale: #5B5B5B. Windows color (decimal): -10793058 or 10375003. OLE color: 10375003.

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

Color convert

RGB 91 79 158 -
CMYK 0.42 0.50 0 0.38
HSL 249.11º 0.33% 0.46% -
HSV(B) 249.11º 0.5% 0.62% -
XYZ 13.28 10.28 33.63 -
YUV 91.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 91 79 158 0.42 0.50 0 0.38 249.11 0.33 0.46
Hex 5B 4F 9E 2A 32 0 26 F9 21 2E
Octal 133 117 236 52 62 0 46 371 41 56
Binary 1011011 1001111 10011110 101010 110010 0 100110 11111001 100001 101110

Color Harmonies of #5B4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4F9E

Black with #5B4F9E

Text Example


Text Example

White with #5B4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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