Html Css Color HEX #50789F San Marino

📋 copy color: '#50789F'

red 80 ◦ green 120 ◦ blue 159

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

Shades of San Marino #50789F

Tints of San Marino #50789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

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

R = 22.28%
G = 33.43%
B = 44.29%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50789F (or 0x50789F) is known color: San Marino. HEX triplet: 50, 78 and 9F. RGB value is (80,120,159). Sum of RGB (Red+Green+Blue) = 80+120+159=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #50789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50789F is #AF8760. Grayscale: #707070. Windows color (decimal): -11503457 or 10451024. OLE color: 10451024.

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

Color convert

RGB 80 120 159 -
CMYK 0.50 0.25 0 0.38
HSL 209.62º 0.33% 0.47% -
HSV(B) 209.62º 0.5% 0.62% -
XYZ 16.28 17.64 35.35 -
YUV 112.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 80 120 159 0.50 0.25 0 0.38 209.62 0.33 0.47
Hex 50 78 9F 32 19 0 26 D2 21 2F
Octal 120 170 237 62 31 0 46 322 41 57
Binary 1010000 1111000 10011111 110010 11001 0 100110 11010010 100001 101111

Color Harmonies of #50789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50789F

Black with #50789F

Text Example


Text Example

White with #50789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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