#51689D

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

Shades of San Marino #51689D

Tints of San Marino #51689D

Color information

#51689D (or 0x51689D) is unknown color: approx San Marino. HEX triplet: 51, 68 and 9D. RGB value is (81,104,157). Sum of RGB (Red+Green+Blue) = 81+104+157=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #51689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689D is #AE9762. Grayscale: #666666. Windows color (decimal): -11442019 or 10315857. OLE color: 10315857.

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

Color convert

RGB81104157-
CMYK0.480.3400.38
HSL221.84º31.93%46.67%-
HSV(B)221.84º48.41%61.57%-
XYZ14.4314.0833.86-
YUV103.16158.38112.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=23.68%
G=30.41%
B=45.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811041570.480.3400.38221.8431.9346.67
Hex51689D3022026de202f
Octal12115023560420463364057
Binary1010001110100010011101110000100010010011011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,104,157); }

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

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

 a { background-color: rgb(81,104,157); }

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

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

 span { border-color: rgb(81,104,157); }

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