#5374AD

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

Shades of San Marino #5374AD

Tints of San Marino #5374AD

Color information

#5374AD (or 0x5374AD) is unknown color: approx San Marino. HEX triplet: 53, 74 and AD. RGB value is (83,116,173). Sum of RGB (Red+Green+Blue) = 83+116+173=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #5374AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5374AD is #AC8B52. Grayscale: #707070. Windows color (decimal): -11307859 or 11367507. OLE color: 11367507.

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

Color convert

RGB83116173-
CMYK0.520.3300.32
HSL218º35.43%50.2%-
HSV(B)218º52.02%67.84%-
XYZ17.3617.3541.97-
YUV112.63162.07106.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=22.31%
G=31.18%
B=46.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831161730.520.3300.3221835.4350.2
Hex5374AD3421020da2332
Octal12316425564410403324362
Binary1010011111010010101101110100100001010000011011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5374AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5374AD; }

 p { color: rgb(83,116,173); }

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

<style>
 a { background-color: #5374AD; }

 a { background-color: rgb(83,116,173); }

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

<style>
 span { border-color: #5374AD; }

 span { border-color: rgb(83,116,173); }

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