#5378AD

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

Shades of San Marino #5378AD

Tints of San Marino #5378AD

Color information

#5378AD (or 0x5378AD) is unknown color: approx San Marino. HEX triplet: 53, 78 and AD. RGB value is (83,120,173). Sum of RGB (Red+Green+Blue) = 83+120+173=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5378AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5378AD is #AC8752. Grayscale: #727272. Windows color (decimal): -11306835 or 11368531. OLE color: 11368531.

HSL color Cylindrical-coordinate representation of color #5378AD: hue angle of 215.33º 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 #5378AD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83120173-
CMYK0.520.3100.32
HSL215.33º35.43%50.2%-
HSV(B)215.33º52.02%67.84%-
XYZ17.8318.2942.13-
YUV114.98160.74105.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=22.07%
G=31.91%
B=46.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831201730.520.3100.32215.3335.4350.2
Hex5378AD341F020d72332
Octal12317025564370403274362
Binary101001111110001010110111010011111010000011010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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