#5B7AA5

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

Shades of San Marino #5B7AA5

Tints of San Marino #5B7AA5

Color information

#5B7AA5 (or 0x5B7AA5) is unknown color: approx San Marino. HEX triplet: 5B, 7A and A5. RGB value is (91,122,165). Sum of RGB (Red+Green+Blue) = 91+122+165=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B7AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AA5 is #A4855A. Grayscale: #757575. Windows color (decimal): -10782043 or 10844763. OLE color: 10844763.

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

Color convert

RGB91122165-
CMYK0.450.2600.35
HSL214.86º29.13%50.2%-
HSV(B)214.86º44.85%64.71%-
XYZ18.0718.8638.29-
YUV117.63154.73109-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 165 (64.84% from 255) = 43.65%
R=24.07%
G=32.28%
B=43.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911221650.450.2600.35214.8629.1350.2
Hex5B7AA52D1A023d71d32
Octal13317224555320433273562
Binary10110111111010101001011011011101001000111101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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