#50639b

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

Shades of San Marino #50639B

Tints of San Marino #50639B

Color information

#50639B (or 0x50639B) is unknown color: approx San Marino. HEX triplet: 50, 63 and 9B. RGB value is (80,99,155). Sum of RGB (Red+Green+Blue) = 80+99+155=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #50639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50639B is #AF9C64. Grayscale: #636363. Windows color (decimal): -11508837 or 10183504. OLE color: 10183504.

HSL color Cylindrical-coordinate representation of color #50639B: hue angle of 224.8º degrees, saturation: 0.32, 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 #50639B is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8099155-
CMYK0.480.3600.39
HSL224.8º31.91%46.08%-
HSV(B)224.8º48.39%60.78%-
XYZ13.691332.8-
YUV99.7159.21113.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=23.95%
G=29.64%
B=46.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80991550.480.3600.39224.831.9146.08
Hex50639B3024027e1202e
Octal12014323360440473414056
Binary1010000110001110011011110000100100010011111100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50639b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50639b; }

 p { color: rgb(80,99,155); }

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

<style>
 a { background-color: #50639b; }

 a { background-color: rgb(80,99,155); }

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

<style>
 span { border-color: #50639b; }

 span { border-color: rgb(80,99,155); }

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