Html Css Color HEX #50759C San Marino

📋 copy color: '#50759C'

red 80 ◦ green 117 ◦ blue 156

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

Shades of San Marino #50759C

Tints of San Marino #50759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 22.66%
G = 33.14%
B = 44.19%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50759C (or 0x50759C) is known color: San Marino. HEX triplet: 50, 75 and 9C. RGB value is (80,117,156). Sum of RGB (Red+Green+Blue) = 80+117+156=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #50759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50759C is #AF8A63. Grayscale: #6E6E6E. Windows color (decimal): -11504228 or 10253648. OLE color: 10253648.

HSL color Cylindrical-coordinate representation of color #50759C: hue angle of 210.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50759C is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 117 156 -
CMYK 0.49 0.25 0 0.39
HSL 210.79º 0.32% 0.46% -
HSV(B) 210.79º 0.49% 0.61% -
XYZ 15.67 16.83 33.87 -
YUV 110.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 80 117 156 0.49 0.25 0 0.39 210.79 0.32 0.46
Hex 50 75 9C 31 19 0 27 D3 20 2E
Octal 120 165 234 61 31 0 47 323 40 56
Binary 1010000 1110101 10011100 110001 11001 0 100111 11010011 100000 101110

Color Harmonies of #50759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50759C

Black with #50759C

Text Example


Text Example

White with #50759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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