#5B6CA5

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

Shades of San Marino #5B6CA5

Tints of San Marino #5B6CA5

Color information

#5B6CA5 (or 0x5B6CA5) is unknown color: approx San Marino. HEX triplet: 5B, 6C and A5. RGB value is (91,108,165). Sum of RGB (Red+Green+Blue) = 91+108+165=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B6CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6CA5 is #A4935A. Grayscale: #6D6D6D. Windows color (decimal): -10785627 or 10841179. OLE color: 10841179.

HSL color Cylindrical-coordinate representation of color #5B6CA5: hue angle of 226.22º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B6CA5 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB91108165-
CMYK0.450.3500.35
HSL226.22º29.13%50.2%-
HSV(B)226.22º44.85%64.71%-
XYZ16.4715.6737.75-
YUV109.42159.37114.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 165 (64.84% from 255) = 45.33%
R=25%
G=29.67%
B=45.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911081650.450.3500.35226.2229.1350.2
Hex5B6CA52D23023e21d32
Octal13315424555430433423562
Binary101101111011001010010110110110001101000111110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,165); }

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

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

 a { background-color: rgb(91,108,165); }

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

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

 span { border-color: rgb(91,108,165); }

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