#5B6EA1

Color #5B6EA1 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5B6EA1

Tints of San Marino #5B6EA1

Color information

#5B6EA1 (or 0x5B6EA1) is unknown color: approx San Marino. HEX triplet: 5B, 6E and A1. RGB value is (91,110,161). Sum of RGB (Red+Green+Blue) = 91+110+161=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B6EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6EA1 is #A4915E. Grayscale: #6D6D6D. Windows color (decimal): -10785119 or 10579547. OLE color: 10579547.

HSL color Cylindrical-coordinate representation of color #5B6EA1: hue angle of 223.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B6EA1 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB91110161-
CMYK0.430.3200.37
HSL223.71º27.78%49.41%-
HSV(B)223.71º43.48%63.14%-
XYZ16.3215.9535.94-
YUV110.13156.71114.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 161 (63.28% from 255) = 44.48%
R=25.14%
G=30.39%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911101610.430.3200.37223.7127.7849.41
Hex5B6EA12B20025e01c31
Octal13315624153400453403461
Binary101101111011101010000110101110000001001011110000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,110,161); }

 H1.HeaderClassName
 {
   color: #5B6EA1;
 }
 .AnyTagClassName
 {
   color: #5B6EA1;
 }
</style>
background-color css

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

 a { background-color: rgb(91,110,161); }

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

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

 span { border-color: rgb(91,110,161); }

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