Html Css Color HEX #5B4EA4 Rich Blue

📋 copy color: '#5B4EA4'

red 91 ◦ green 78 ◦ blue 164

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

Shades of Rich Blue #5B4EA4

Tints of Rich Blue #5B4EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.25%

R = 27.33%
G = 23.42%
B = 49.25%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5B4EA4 (or 0x5B4EA4) is known color: Rich Blue. HEX triplet: 5B, 4E and A4. RGB value is (91,78,164). Sum of RGB (Red+Green+Blue) = 91+78+164=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B4EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4EA4 is #A4B15B. Grayscale: #5B5B5B. Windows color (decimal): -10793308 or 10767963. OLE color: 10767963.

HSL color Cylindrical-coordinate representation of color #5B4EA4: hue angle of 249.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B4EA4 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 78 164 -
CMYK 0.45 0.52 0 0.36
HSL 249.07º 0.36% 0.47% -
HSV(B) 249.07º 0.52% 0.64% -
XYZ 13.74 10.35 36.4 -
YUV 91.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 91 78 164 0.45 0.52 0 0.36 249.07 0.36 0.47
Hex 5B 4E A4 2D 34 0 24 F9 24 2F
Octal 133 116 244 55 64 0 44 371 44 57
Binary 1011011 1001110 10100100 101101 110100 0 100100 11111001 100100 101111

Color Harmonies of #5B4EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4EA4

Black with #5B4EA4

Text Example


Text Example

White with #5B4EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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