Html Css Color HEX #5B4FA5 Rich Blue

📋 copy color: '#5B4FA5'

red 91 ◦ green 79 ◦ blue 165

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

Shades of Rich Blue #5B4FA5

Tints of Rich Blue #5B4FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 27.16%
G = 23.58%
B = 49.25%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B4FA5 (or 0x5B4FA5) is known color: Rich Blue. HEX triplet: 5B, 4F and A5. RGB value is (91,79,165). Sum of RGB (Red+Green+Blue) = 91+79+165=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B4FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4FA5 is #A4B05A. Grayscale: #5C5C5C. Windows color (decimal): -10793051 or 10833755. OLE color: 10833755.

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

Color convert

RGB 91 79 165 -
CMYK 0.45 0.52 0 0.35
HSL 248.37º 0.35% 0.48% -
HSV(B) 248.37º 0.52% 0.65% -
XYZ 13.9 10.53 36.9 -
YUV 92.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 91 79 165 0.45 0.52 0 0.35 248.37 0.35 0.48
Hex 5B 4F A5 2D 34 0 23 F8 23 30
Octal 133 117 245 55 64 0 43 370 43 60
Binary 1011011 1001111 10100101 101101 110100 0 100011 11111000 100011 110000

Color Harmonies of #5B4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4FA5

Black with #5B4FA5

Text Example


Text Example

White with #5B4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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