#52669E

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

Shades of San Marino #52669E

Tints of San Marino #52669E

Color information

#52669E (or 0x52669E) is unknown color: approx San Marino. HEX triplet: 52, 66 and 9E. RGB value is (82,102,158). Sum of RGB (Red+Green+Blue) = 82+102+158=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #52669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52669E is #AD9961. Grayscale: #666666. Windows color (decimal): -11376994 or 10380882. OLE color: 10380882.

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

Color convert

RGB82102158-
CMYK0.480.3500.38
HSL224.21º31.67%47.06%-
HSV(B)224.21º48.1%61.96%-
XYZ14.413.7734.25-
YUV102.4159.37113.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=23.98%
G=29.82%
B=46.20%

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
Decimal821021580.480.3500.38224.2131.6747.06
Hex52669E3023026e0202f
Octal12214623660430463404057
Binary1010010110011010011110110000100011010011011100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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