#50699D

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

Shades of San Marino #50699D

Tints of San Marino #50699D

Color information

#50699D (or 0x50699D) is unknown color: approx San Marino. HEX triplet: 50, 69 and 9D. RGB value is (80,105,157). Sum of RGB (Red+Green+Blue) = 80+105+157=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 105 (41.41% from 255 or 30.70% 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 #50699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50699D is #AF9662. Grayscale: #676767. Windows color (decimal): -11507299 or 10316112. OLE color: 10316112.

HSL color Cylindrical-coordinate representation of color #50699D: hue angle of 220.52º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50699D is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80105157-
CMYK0.490.3300.38
HSL220.52º32.49%46.47%-
HSV(B)220.52º49.04%61.57%-
XYZ14.4514.2433.89-
YUV103.45158.22111.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=23.39%
G=30.70%
B=45.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801051570.490.3300.38220.5232.4946.47
Hex50699D3121026dd202e
Octal12015123561410463354056
Binary1010000110100110011101110001100001010011011011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,105,157); }

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

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

 a { background-color: rgb(80,105,157); }

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

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

 span { border-color: rgb(80,105,157); }

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