#50659A

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

Shades of San Marino #50659A

Tints of San Marino #50659A

Color information

#50659A (or 0x50659A) is unknown color: approx San Marino. HEX triplet: 50, 65 and 9A. RGB value is (80,101,154). Sum of RGB (Red+Green+Blue) = 80+101+154=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #50659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50659A is #AF9A65. Grayscale: #646464. Windows color (decimal): -11508326 or 10118480. OLE color: 10118480.

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

Color convert

RGB80101154-
CMYK0.480.3400.40
HSL222.97º31.62%45.88%-
HSV(B)222.97º48.05%60.39%-
XYZ13.7913.3532.42-
YUV100.76158.04113.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=23.88%
G=30.15%
B=45.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801011540.480.3400.40222.9731.6245.88
Hex50659A3022028df202e
Octal12014523260420503374056
Binary1010000110010110011010110000100010010100011011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50659A; }

 p { color: rgb(80,101,154); }

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

<style>
 a { background-color: #50659A; }

 a { background-color: rgb(80,101,154); }

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

<style>
 span { border-color: #50659A; }

 span { border-color: rgb(80,101,154); }

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