#5277A4

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

Shades of San Marino #5277A4

Tints of San Marino #5277A4

Color information

#5277A4 (or 0x5277A4) is unknown color: approx San Marino. HEX triplet: 52, 77 and A4. RGB value is (82,119,164). Sum of RGB (Red+Green+Blue) = 82+119+164=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #5277A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5277A4 is #AD885B. Grayscale: #707070. Windows color (decimal): -11372636 or 10778450. OLE color: 10778450.

HSL color Cylindrical-coordinate representation of color #5277A4: hue angle of 212.93º 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 #5277A4 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82119164-
CMYK0.50.2700.36
HSL212.93º33.33%48.24%-
HSV(B)212.93º50%64.31%-
XYZ16.7817.6737.65-
YUV113.07156.74105.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=22.47%
G=32.60%
B=44.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821191640.50.2700.36212.9333.3348.24
Hex5277A4321B024d52130
Octal12216724462330443254160
Binary101001011101111010010011001011011010010011010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5277A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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