#52669D

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

Shades of San Marino #52669D

Tints of San Marino #52669D

Color information

#52669D (or 0x52669D) is unknown color: approx San Marino. HEX triplet: 52, 66 and 9D. RGB value is (82,102,157). Sum of RGB (Red+Green+Blue) = 82+102+157=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #52669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52669D is #AD9962. Grayscale: #666666. Windows color (decimal): -11376995 or 10315346. OLE color: 10315346.

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

Color convert

RGB82102157-
CMYK0.480.3500.38
HSL224º31.38%46.86%-
HSV(B)224º47.77%61.57%-
XYZ14.3213.7333.79-
YUV102.29158.87113.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=24.05%
G=29.91%
B=46.04%

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
Decimal821021570.480.3500.3822431.3846.86
Hex52669D3023026e01f2f
Octal12214623560430463403757
Binary101001011001101001110111000010001101001101110000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52669D; }

 p { color: rgb(82,102,157); }

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

<style>
 a { background-color: #52669D; }

 a { background-color: rgb(82,102,157); }

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

<style>
 span { border-color: #52669D; }

 span { border-color: rgb(82,102,157); }

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