Html Css Color HEX #50699D San Marino

📋 copy color: '#50699D'

red 80 ◦ green 105 ◦ blue 157

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

Shades of San Marino #50699D

Tints of San Marino #50699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 23.39%
G = 30.7%
B = 45.91%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50699D (or 0x50699D) is known color: San Marino. HEX triplet: 50, 69 and 9D. RGB value is (80,105,157). Sum of RGB (Red+Green+Blue) = 80+105+157=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #50699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50699D is #AF9662. Grayscale: #676767. Windows color (decimal): -11507299 or 10316112. OLE color: 10316112.

HSL color Cylindrical-coordinate representation of color #50699D: hue angle of 220.52º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50699D is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 105 157 -
CMYK 0.49 0.33 0 0.38
HSL 220.52º 0.32% 0.46% -
HSV(B) 220.52º 0.49% 0.62% -
XYZ 14.45 14.24 33.89 -
YUV 103.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 80 105 157 0.49 0.33 0 0.38 220.52 0.32 0.46
Hex 50 69 9D 31 21 0 26 DD 20 2E
Octal 120 151 235 61 41 0 46 335 40 56
Binary 1010000 1101001 10011101 110001 100001 0 100110 11011101 100000 101110

Color Harmonies of #50699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50699D

Black with #50699D

Text Example


Text Example

White with #50699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50699D; }

 p { color: rgb(80,105,157); }

 H1.HeaderClassName
 {
   color: #50699D;
 }
 .AnyTagClassName
 {
   color: #50699D;
 }
</style>

background-color css

<style>
 a { background-color: #50699D; }

 a { background-color: rgb(80,105,157); }

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

border-color css

<style>
 span { border-color: #50699D; }

 span { border-color: rgb(80,105,157); }

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