Html Css Color HEX #50769F San Marino

📋 copy color: '#50769F'

red 80 ◦ green 118 ◦ blue 159

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

Shades of San Marino #50769F

Tints of San Marino #50769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 22.41%
G = 33.05%
B = 44.54%

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

#50769F (or 0x50769F) is known color: San Marino. HEX triplet: 50, 76 and 9F. RGB value is (80,118,159). Sum of RGB (Red+Green+Blue) = 80+118+159=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #50769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50769F is #AF8960. Grayscale: #6F6F6F. Windows color (decimal): -11503969 or 10450512. OLE color: 10450512.

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

Color convert

RGB 80 118 159 -
CMYK 0.50 0.26 0 0.38
HSL 211.14º 0.33% 0.47% -
HSV(B) 211.14º 0.5% 0.62% -
XYZ 16.04 17.17 35.27 -
YUV 111.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 80 118 159 0.50 0.26 0 0.38 211.14 0.33 0.47
Hex 50 76 9F 32 1A 0 26 D3 21 2F
Octal 120 166 237 62 32 0 46 323 41 57
Binary 1010000 1110110 10011111 110010 11010 0 100110 11010011 100001 101111

Color Harmonies of #50769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50769F

Black with #50769F

Text Example


Text Example

White with #50769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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