#52679F

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

Shades of San Marino #52679F

Tints of San Marino #52679F

Color information

#52679F (or 0x52679F) is unknown color: approx San Marino. HEX triplet: 52, 67 and 9F. RGB value is (82,103,159). Sum of RGB (Red+Green+Blue) = 82+103+159=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #52679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679F is #AD9860. Grayscale: #666666. Windows color (decimal): -11376737 or 10446674. OLE color: 10446674.

HSL color Cylindrical-coordinate representation of color #52679F: hue angle of 223.64º 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 #52679F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82103159-
CMYK0.480.3500.38
HSL223.64º31.95%47.25%-
HSV(B)223.64º48.43%62.35%-
XYZ14.591434.73-
YUV103.1159.54112.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=23.84%
G=29.94%
B=46.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821031590.480.3500.38223.6431.9547.25
Hex52679F3023026e0202f
Octal12214723760430463404057
Binary1010010110011110011111110000100011010011011100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52679F; }

 p { color: rgb(82,103,159); }

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

<style>
 a { background-color: #52679F; }

 a { background-color: rgb(82,103,159); }

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

<style>
 span { border-color: #52679F; }

 span { border-color: rgb(82,103,159); }

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