Html Css Color HEX #5B50BB Rich Blue

📋 copy color: '#5B50BB'

red 91 ◦ green 80 ◦ blue 187

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

Shades of Rich Blue #5B50BB

Tints of Rich Blue #5B50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 25.42%
G = 22.35%
B = 52.23%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B50BB (or 0x5B50BB) is known color: Rich Blue. HEX triplet: 5B, 50 and BB. RGB value is (91,80,187). Sum of RGB (Red+Green+Blue) = 91+80+187=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50BB is #A4AF44. Grayscale: #5F5F5F. Windows color (decimal): -10792773 or 12275803. OLE color: 12275803.

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

Color convert

RGB 91 80 187 -
CMYK 0.51 0.57 0 0.27
HSL 246.17º 0.44% 0.52% -
HSV(B) 246.17º 0.57% 0.73% -
XYZ 16.15 11.55 48.39 -
YUV 95.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 91 80 187 0.51 0.57 0 0.27 246.17 0.44 0.52
Hex 5B 50 BB 33 39 0 1B F6 2C 34
Octal 133 120 273 63 71 0 33 366 54 64
Binary 1011011 1010000 10111011 110011 111001 0 11011 11110110 101100 110100

Color Harmonies of #5B50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50BB

Black with #5B50BB

Text Example


Text Example

White with #5B50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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