Html Css Color HEX #5B50BA Rich Blue

📋 copy color: '#5B50BA'

red 91 ◦ green 80 ◦ blue 186

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

Shades of Rich Blue #5B50BA

Tints of Rich Blue #5B50BA

RGB

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

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

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

R = 25.49%
G = 22.41%
B = 52.1%

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

#5B50BA (or 0x5B50BA) is known color: Rich Blue. HEX triplet: 5B, 50 and BA. RGB value is (91,80,186). Sum of RGB (Red+Green+Blue) = 91+80+186=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50BA is #A4AF45. Grayscale: #5E5E5E. Windows color (decimal): -10792774 or 12210267. OLE color: 12210267.

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

Color convert

RGB 91 80 186 -
CMYK 0.51 0.57 0 0.27
HSL 246.23º 0.43% 0.52% -
HSV(B) 246.23º 0.57% 0.73% -
XYZ 16.05 11.51 47.83 -
YUV 95.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 91 80 186 0.51 0.57 0 0.27 246.23 0.43 0.52
Hex 5B 50 BA 33 39 0 1B F6 2B 34
Octal 133 120 272 63 71 0 33 366 53 64
Binary 1011011 1010000 10111010 110011 111001 0 11011 11110110 101011 110100

Color Harmonies of #5B50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50BA

Black with #5B50BA

Text Example


Text Example

White with #5B50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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