#5376AC

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

Shades of San Marino #5376AC

Tints of San Marino #5376AC

Color information

#5376AC (or 0x5376AC) is unknown color: approx San Marino. HEX triplet: 53, 76 and AC. RGB value is (83,118,172). Sum of RGB (Red+Green+Blue) = 83+118+172=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #5376AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5376AC is #AC8953. Grayscale: #717171. Windows color (decimal): -11307348 or 11302483. OLE color: 11302483.

HSL color Cylindrical-coordinate representation of color #5376AC: hue angle of 216.4º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5376AC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83118172-
CMYK0.520.3100.33
HSL216.4º34.9%50%-
HSV(B)216.4º51.74%67.45%-
XYZ17.4917.7741.54-
YUV113.69160.9106.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=22.25%
G=31.64%
B=46.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831181720.520.3100.33216.434.950
Hex5376AC341F021d82332
Octal12316625464370413304362
Binary101001111101101010110011010011111010000111011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5376AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5376AC; }

 p { color: rgb(83,118,172); }

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

<style>
 a { background-color: #5376AC; }

 a { background-color: rgb(83,118,172); }

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

<style>
 span { border-color: #5376AC; }

 span { border-color: rgb(83,118,172); }

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