#51669B

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

Shades of San Marino #51669B

Tints of San Marino #51669B

Color information

#51669B (or 0x51669B) is unknown color: approx San Marino. HEX triplet: 51, 66 and 9B. RGB value is (81,102,155). Sum of RGB (Red+Green+Blue) = 81+102+155=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #51669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669B is #AE9964. Grayscale: #656565. Windows color (decimal): -11442533 or 10184273. OLE color: 10184273.

HSL color Cylindrical-coordinate representation of color #51669B: hue angle of 222.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51669B is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81102155-
CMYK0.480.3400.39
HSL222.97º31.36%46.27%-
HSV(B)222.97º47.74%60.78%-
XYZ14.0613.6232.9-
YUV101.76158.04113.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=23.96%
G=30.18%
B=45.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811021550.480.3400.39222.9731.3646.27
Hex51669B3022027df1f2e
Octal12114623360420473373756
Binary101000111001101001101111000010001001001111101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51669B; }

 p { color: rgb(81,102,155); }

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

<style>
 a { background-color: #51669B; }

 a { background-color: rgb(81,102,155); }

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

<style>
 span { border-color: #51669B; }

 span { border-color: rgb(81,102,155); }

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