#5075A4

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

Shades of San Marino #5075A4

Tints of San Marino #5075A4

Color information

#5075A4 (or 0x5075A4) is unknown color: approx San Marino. HEX triplet: 50, 75 and A4. RGB value is (80,117,164). Sum of RGB (Red+Green+Blue) = 80+117+164=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #5075A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075A4 is #AF8A5B. Grayscale: #6F6F6F. Windows color (decimal): -11504220 or 10777936. OLE color: 10777936.

HSL color Cylindrical-coordinate representation of color #5075A4: hue angle of 213.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5075A4 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB80117164-
CMYK0.510.2900.36
HSL213.57º34.43%47.84%-
HSV(B)213.57º51.22%64.31%-
XYZ16.3717.1137.56-
YUV111.3157.74105.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=22.16%
G=32.41%
B=45.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801171640.510.2900.36213.5734.4347.84
Hex5075A4331D024d62230
Octal12016524463350443264260
Binary101000011101011010010011001111101010010011010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5075A4; }

 p { color: rgb(80,117,164); }

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

<style>
 a { background-color: #5075A4; }

 a { background-color: rgb(80,117,164); }

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

<style>
 span { border-color: #5075A4; }

 span { border-color: rgb(80,117,164); }

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