Html Css Color HEX #5B5FBA Rich Blue

📋 copy color: '#5B5FBA'

red 91 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #5B5FBA

Tints of Rich Blue #5B5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.54%

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

R = 24.46%
G = 25.54%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B5FBA (or 0x5B5FBA) is known color: Rich Blue. HEX triplet: 5B, 5F and BA. RGB value is (91,95,186). Sum of RGB (Red+Green+Blue) = 91+95+186=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FBA is #A4A045. Grayscale: #676767. Windows color (decimal): -10788934 or 12214107. OLE color: 12214107.

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

Color convert

RGB 91 95 186 -
CMYK 0.51 0.49 0 0.27
HSL 237.47º 0.41% 0.54% -
HSV(B) 237.47º 0.51% 0.73% -
XYZ 17.27 13.95 48.24 -
YUV 104.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 91 95 186 0.51 0.49 0 0.27 237.47 0.41 0.54
Hex 5B 5F BA 33 31 0 1B ED 29 36
Octal 133 137 272 63 61 0 33 355 51 66
Binary 1011011 1011111 10111010 110011 110001 0 11011 11101101 101001 110110

Color Harmonies of #5B5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FBA

Black with #5B5FBA

Text Example


Text Example

White with #5B5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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