#5277AC

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

Shades of San Marino #5277AC

Tints of San Marino #5277AC

Color information

#5277AC (or 0x5277AC) is unknown color: approx San Marino. HEX triplet: 52, 77 and AC. RGB value is (82,119,172). Sum of RGB (Red+Green+Blue) = 82+119+172=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 119 (46.88% from 255 or 31.90% 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 #5277AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5277AC is #AD8853. Grayscale: #717171. Windows color (decimal): -11372628 or 11302738. OLE color: 11302738.

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

Color convert

RGB82119172-
CMYK0.520.3100.33
HSL215.33º35.43%49.8%-
HSV(B)215.33º52.33%67.45%-
XYZ17.5217.9741.57-
YUV113.98160.74105.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=21.98%
G=31.90%
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
Decimal821191720.520.3100.33215.3335.4349.8
Hex5277AC341F021d72332
Octal12216725464370413274362
Binary101001011101111010110011010011111010000111010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5277AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,119,172); }

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

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

 a { background-color: rgb(82,119,172); }

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

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

 span { border-color: rgb(82,119,172); }

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