Html Css Color HEX #50759A San Marino

📋 copy color: '#50759A'

red 80 ◦ green 117 ◦ blue 154

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

Shades of San Marino #50759A

Tints of San Marino #50759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 22.79%
G = 33.33%
B = 43.87%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50759A (or 0x50759A) is known color: San Marino. HEX triplet: 50, 75 and 9A. RGB value is (80,117,154). Sum of RGB (Red+Green+Blue) = 80+117+154=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #50759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50759A is #AF8A65. Grayscale: #6D6D6D. Windows color (decimal): -11504230 or 10122576. OLE color: 10122576.

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

Color convert

RGB 80 117 154 -
CMYK 0.48 0.24 0 0.40
HSL 210º 0.32% 0.46% -
HSV(B) 210º 0.48% 0.6% -
XYZ 15.5 16.76 32.99 -
YUV 110.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 80 117 154 0.48 0.24 0 0.40 210 0.32 0.46
Hex 50 75 9A 30 18 0 28 D2 20 2E
Octal 120 165 232 60 30 0 50 322 40 56
Binary 1010000 1110101 10011010 110000 11000 0 101000 11010010 100000 101110

Color Harmonies of #50759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50759A

Black with #50759A

Text Example


Text Example

White with #50759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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