Html Css Color HEX #5B58BA Rich Blue

📋 copy color: '#5B58BA'

red 91 ◦ green 88 ◦ blue 186

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

Shades of Rich Blue #5B58BA

Tints of Rich Blue #5B58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 24.93%
G = 24.11%
B = 50.96%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B58BA (or 0x5B58BA) is known color: Rich Blue. HEX triplet: 5B, 58 and BA. RGB value is (91,88,186). Sum of RGB (Red+Green+Blue) = 91+88+186=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58BA is #A4A745. Grayscale: #636363. Windows color (decimal): -10790726 or 12212315. OLE color: 12212315.

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

Color convert

RGB 91 88 186 -
CMYK 0.51 0.53 0 0.27
HSL 241.84º 0.42% 0.54% -
HSV(B) 241.84º 0.53% 0.73% -
XYZ 16.67 12.75 48.04 -
YUV 100.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 91 88 186 0.51 0.53 0 0.27 241.84 0.42 0.54
Hex 5B 58 BA 33 35 0 1B F2 2A 36
Octal 133 130 272 63 65 0 33 362 52 66
Binary 1011011 1011000 10111010 110011 110101 0 11011 11110010 101010 110110

Color Harmonies of #5B58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58BA

Black with #5B58BA

Text Example


Text Example

White with #5B58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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