Html Css Color HEX #50729F San Marino

📋 copy color: '#50729F'

red 80 ◦ green 114 ◦ blue 159

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

Shades of San Marino #50729F

Tints of San Marino #50729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 22.66%
G = 32.29%
B = 45.04%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50729F (or 0x50729F) is known color: San Marino. HEX triplet: 50, 72 and 9F. RGB value is (80,114,159). Sum of RGB (Red+Green+Blue) = 80+114+159=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #50729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50729F is #AF8D60. Grayscale: #6C6C6C. Windows color (decimal): -11504993 or 10449488. OLE color: 10449488.

HSL color Cylindrical-coordinate representation of color #50729F: hue angle of 214.18º 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 #50729F is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 114 159 -
CMYK 0.50 0.28 0 0.38
HSL 214.18º 0.33% 0.47% -
HSV(B) 214.18º 0.5% 0.62% -
XYZ 15.58 16.24 35.11 -
YUV 108.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 80 114 159 0.50 0.28 0 0.38 214.18 0.33 0.47
Hex 50 72 9F 32 1C 0 26 D6 21 2F
Octal 120 162 237 62 34 0 46 326 41 57
Binary 1010000 1110010 10011111 110010 11100 0 100110 11010110 100001 101111

Color Harmonies of #50729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50729F

Black with #50729F

Text Example


Text Example

White with #50729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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