Html Css Color HEX #5B4FBA Rich Blue

📋 copy color: '#5B4FBA'

red 91 ◦ green 79 ◦ blue 186

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

Shades of Rich Blue #5B4FBA

Tints of Rich Blue #5B4FBA

RGB

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

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

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

R = 25.56%
G = 22.19%
B = 52.25%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B4FBA (or 0x5B4FBA) is known color: Rich Blue. HEX triplet: 5B, 4F and BA. RGB value is (91,79,186). Sum of RGB (Red+Green+Blue) = 91+79+186=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FBA is #A4B045. Grayscale: #5E5E5E. Windows color (decimal): -10793030 or 12210011. OLE color: 12210011.

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

Color convert

RGB 91 79 186 -
CMYK 0.51 0.58 0 0.27
HSL 246.73º 0.44% 0.52% -
HSV(B) 246.73º 0.58% 0.73% -
XYZ 15.97 11.36 47.81 -
YUV 94.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 91 79 186 0.51 0.58 0 0.27 246.73 0.44 0.52
Hex 5B 4F BA 33 3A 0 1B F7 2C 34
Octal 133 117 272 63 72 0 33 367 54 64
Binary 1011011 1001111 10111010 110011 111010 0 11011 11110111 101100 110100

Color Harmonies of #5B4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4FBA

Black with #5B4FBA

Text Example


Text Example

White with #5B4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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