#5279A4

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

Shades of San Marino #5279A4

Tints of San Marino #5279A4

Color information

#5279A4 (or 0x5279A4) is unknown color: approx San Marino. HEX triplet: 52, 79 and A4. RGB value is (82,121,164). Sum of RGB (Red+Green+Blue) = 82+121+164=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #5279A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5279A4 is #AD865B. Grayscale: #727272. Windows color (decimal): -11372124 or 10778962. OLE color: 10778962.

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

Color convert

RGB82121164-
CMYK0.50.2600.36
HSL211.46º33.33%48.24%-
HSV(B)211.46º50%64.31%-
XYZ17.0218.1537.73-
YUV114.24156.08105-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=22.34%
G=32.97%
B=44.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821211640.50.2600.36211.4633.3348.24
Hex5279A4321A024d32130
Octal12217124462320443234160
Binary101001011110011010010011001011010010010011010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5279A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,121,164); }

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

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

 a { background-color: rgb(82,121,164); }

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

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

 span { border-color: rgb(82,121,164); }

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