Html Css Color HEX #5B4FBB Rich Blue

📋 copy color: '#5B4FBB'

red 91 ◦ green 79 ◦ blue 187

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

Shades of Rich Blue #5B4FBB

Tints of Rich Blue #5B4FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 25.49%
G = 22.13%
B = 52.38%

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

#5B4FBB (or 0x5B4FBB) is known color: Rich Blue. HEX triplet: 5B, 4F and BB. RGB value is (91,79,187). Sum of RGB (Red+Green+Blue) = 91+79+187=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FBB is #A4B044. Grayscale: #5E5E5E. Windows color (decimal): -10793029 or 12275547. OLE color: 12275547.

HSL color Cylindrical-coordinate representation of color #5B4FBB: hue angle of 246.67º 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 #5B4FBB is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 79 187 -
CMYK 0.51 0.58 0 0.27
HSL 246.67º 0.44% 0.52% -
HSV(B) 246.67º 0.58% 0.73% -
XYZ 16.08 11.4 48.37 -
YUV 94.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 91 79 187 0.51 0.58 0 0.27 246.67 0.44 0.52
Hex 5B 4F BB 33 3A 0 1B F7 2C 34
Octal 133 117 273 63 72 0 33 367 54 64
Binary 1011011 1001111 10111011 110011 111010 0 11011 11110111 101100 110100

Color Harmonies of #5B4FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4FBB

Black with #5B4FBB

Text Example


Text Example

White with #5B4FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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