#5B6DA5

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

Shades of San Marino #5B6DA5

Tints of San Marino #5B6DA5

Color information

#5B6DA5 (or 0x5B6DA5) is unknown color: approx San Marino. HEX triplet: 5B, 6D and A5. RGB value is (91,109,165). Sum of RGB (Red+Green+Blue) = 91+109+165=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B6DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6DA5 is #A4925A. Grayscale: #6D6D6D. Windows color (decimal): -10785371 or 10841435. OLE color: 10841435.

HSL color Cylindrical-coordinate representation of color #5B6DA5: hue angle of 225.41º 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 #5B6DA5 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB91109165-
CMYK0.450.3400.35
HSL225.41º29.13%50.2%-
HSV(B)225.41º44.85%64.71%-
XYZ16.5715.8837.79-
YUV110159.04114.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=24.93%
G=29.86%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911091650.450.3400.35225.4129.1350.2
Hex5B6DA52D22023e11d32
Octal13315524555420433413562
Binary101101111011011010010110110110001001000111110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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