Html Css Color HEX #50649A San Marino

📋 copy color: '#50649A'

red 80 ◦ green 100 ◦ blue 154

#50649A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #50649A

Tints of San Marino #50649A

RGB

 RED value IS 80 (31.64% from 255) = 23.95%

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 23.95%
G = 29.94%
B = 46.11%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50649A (or 0x50649A) is known color: San Marino. HEX triplet: 50, 64 and 9A. RGB value is (80,100,154). Sum of RGB (Red+Green+Blue) = 80+100+154=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #50649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50649A is #AF9B65. Grayscale: #636363. Windows color (decimal): -11508582 or 10118224. OLE color: 10118224.

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

Color convert

RGB 80 100 154 -
CMYK 0.48 0.35 0 0.40
HSL 223.78º 0.32% 0.46% -
HSV(B) 223.78º 0.48% 0.6% -
XYZ 13.7 13.15 32.39 -
YUV 100.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 80 100 154 0.48 0.35 0 0.40 223.78 0.32 0.46
Hex 50 64 9A 30 23 0 28 E0 20 2E
Octal 120 144 232 60 43 0 50 340 40 56
Binary 1010000 1100100 10011010 110000 100011 0 101000 11100000 100000 101110

Color Harmonies of #50649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50649A

Black with #50649A

Text Example


Text Example

White with #50649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50649A;
 }
 .AnyTagClassName
 {
   color: #50649A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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