#52759E

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

Shades of San Marino #52759E

Tints of San Marino #52759E

Color information

#52759E (or 0x52759E) is unknown color: approx San Marino. HEX triplet: 52, 75 and 9E. RGB value is (82,117,158). Sum of RGB (Red+Green+Blue) = 82+117+158=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #52759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52759E is #AD8A61. Grayscale: #6F6F6F. Windows color (decimal): -11373154 or 10384722. OLE color: 10384722.

HSL color Cylindrical-coordinate representation of color #52759E: hue angle of 212.37º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52759E is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82117158-
CMYK0.480.2600.38
HSL212.37º31.67%47.06%-
HSV(B)212.37º48.1%61.96%-
XYZ16.0116.9934.78-
YUV111.21154.4107.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=22.97%
G=32.77%
B=44.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821171580.480.2600.38212.3731.6747.06
Hex52759E301A026d4202f
Octal12216523660320463244057
Binary101001011101011001111011000011010010011011010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52759E; }

 p { color: rgb(82,117,158); }

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

<style>
 a { background-color: #52759E; }

 a { background-color: rgb(82,117,158); }

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

<style>
 span { border-color: #52759E; }

 span { border-color: rgb(82,117,158); }

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