#5B6FA2

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

Shades of San Marino #5B6FA2

Tints of San Marino #5B6FA2

Color information

#5B6FA2 (or 0x5B6FA2) is unknown color: approx San Marino. HEX triplet: 5B, 6F and A2. RGB value is (91,111,162). Sum of RGB (Red+Green+Blue) = 91+111+162=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #5B6FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6FA2 is #A4905D. Grayscale: #6E6E6E. Windows color (decimal): -10784862 or 10645339. OLE color: 10645339.

HSL color Cylindrical-coordinate representation of color #5B6FA2: hue angle of 223.1º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B6FA2 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB91111162-
CMYK0.440.3100.36
HSL223.1º28.06%49.61%-
HSV(B)223.1º43.83%63.53%-
XYZ16.5216.236.44-
YUV110.83156.87113.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 162 (63.67% from 255) = 44.51%
R=25%
G=30.49%
B=44.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911111620.440.3100.36223.128.0649.61
Hex5B6FA22C1F024df1c32
Octal13315724254370443373462
Binary10110111101111101000101011001111101001001101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,111,162); }

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

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

 a { background-color: rgb(91,111,162); }

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

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

 span { border-color: rgb(91,111,162); }

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