Html Css Color HEX #5B60BA Rich Blue

📋 copy color: '#5B60BA'

red 91 ◦ green 96 ◦ blue 186

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

Shades of Rich Blue #5B60BA

Tints of Rich Blue #5B60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

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

R = 24.4%
G = 25.74%
B = 49.87%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B60BA (or 0x5B60BA) is known color: Rich Blue. HEX triplet: 5B, 60 and BA. RGB value is (91,96,186). Sum of RGB (Red+Green+Blue) = 91+96+186=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B60BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B60BA is #A49F45. Grayscale: #686868. Windows color (decimal): -10788678 or 12214363. OLE color: 12214363.

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

Color convert

RGB 91 96 186 -
CMYK 0.51 0.48 0 0.27
HSL 236.84º 0.41% 0.54% -
HSV(B) 236.84º 0.51% 0.73% -
XYZ 17.36 14.14 48.27 -
YUV 104.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 91 96 186 0.51 0.48 0 0.27 236.84 0.41 0.54
Hex 5B 60 BA 33 30 0 1B ED 29 36
Octal 133 140 272 63 60 0 33 355 51 66
Binary 1011011 1100000 10111010 110011 110000 0 11011 11101101 101001 110110

Color Harmonies of #5B60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B60BA

Black with #5B60BA

Text Example


Text Example

White with #5B60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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