#50629A

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

Shades of San Marino #50629A

Tints of San Marino #50629A

Color information

#50629A (or 0x50629A) is unknown color: approx San Marino. HEX triplet: 50, 62 and 9A. RGB value is (80,98,154). Sum of RGB (Red+Green+Blue) = 80+98+154=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #50629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50629A is #AF9D65. Grayscale: #626262. Windows color (decimal): -11509094 or 10117712. OLE color: 10117712.

HSL color Cylindrical-coordinate representation of color #50629A: hue angle of 225.41º 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 #50629A is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8098154-
CMYK0.480.3600.40
HSL225.41º31.62%45.88%-
HSV(B)225.41º48.05%60.39%-
XYZ13.5112.7732.33-
YUV99159.04114.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=24.10%
G=29.52%
B=46.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80981540.480.3600.40225.4131.6245.88
Hex50629A3024028e1202e
Octal12014223260440503414056
Binary1010000110001010011010110000100100010100011100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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