Html Css Color HEX #50759F San Marino

📋 copy color: '#50759F'

red 80 ◦ green 117 ◦ blue 159

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

Shades of San Marino #50759F

Tints of San Marino #50759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 22.47%
G = 32.87%
B = 44.66%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50759F (or 0x50759F) is known color: San Marino. HEX triplet: 50, 75 and 9F. RGB value is (80,117,159). Sum of RGB (Red+Green+Blue) = 80+117+159=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #50759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50759F is #AF8A60. Grayscale: #6E6E6E. Windows color (decimal): -11504225 or 10450256. OLE color: 10450256.

HSL color Cylindrical-coordinate representation of color #50759F: hue angle of 211.9º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50759F is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 117 159 -
CMYK 0.50 0.26 0 0.38
HSL 211.9º 0.33% 0.47% -
HSV(B) 211.9º 0.5% 0.62% -
XYZ 15.93 16.93 35.23 -
YUV 110.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 80 117 159 0.50 0.26 0 0.38 211.9 0.33 0.47
Hex 50 75 9F 32 1A 0 26 D4 21 2F
Octal 120 165 237 62 32 0 46 324 41 57
Binary 1010000 1110101 10011111 110010 11010 0 100110 11010100 100001 101111

Color Harmonies of #50759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50759F

Black with #50759F

Text Example


Text Example

White with #50759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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