#5B75AA

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

Shades of San Marino #5B75AA

Tints of San Marino #5B75AA

Color information

#5B75AA (or 0x5B75AA) is unknown color: approx San Marino. HEX triplet: 5B, 75 and AA. RGB value is (91,117,170). Sum of RGB (Red+Green+Blue) = 91+117+170=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B75AA is #A48A55. Grayscale: #737373. Windows color (decimal): -10783318 or 11171163. OLE color: 11171163.

HSL color Cylindrical-coordinate representation of color #5B75AA: hue angle of 220.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B75AA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB91117170-
CMYK0.460.3100.33
HSL220.25º31.73%51.18%-
HSV(B)220.25º46.47%66.67%-
XYZ17.9317.8540.53-
YUV115.27158.89110.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=24.07%
G=30.95%
B=44.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911171700.460.3100.33220.2531.7351.18
Hex5B75AA2E1F021dc2033
Octal13316525256370413344063
Binary101101111101011010101010111011111010000111011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,170); }

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

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

 a { background-color: rgb(91,117,170); }

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

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

 span { border-color: rgb(91,117,170); }

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