Html Css Color HEX #50699B San Marino

📋 copy color: '#50699B'

red 80 ◦ green 105 ◦ blue 155

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

Shades of San Marino #50699B

Tints of San Marino #50699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 23.53%
G = 30.88%
B = 45.59%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50699B (or 0x50699B) is known color: San Marino. HEX triplet: 50, 69 and 9B. RGB value is (80,105,155). Sum of RGB (Red+Green+Blue) = 80+105+155=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #50699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50699B is #AF9664. Grayscale: #666666. Windows color (decimal): -11507301 or 10185040. OLE color: 10185040.

HSL color Cylindrical-coordinate representation of color #50699B: hue angle of 220º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50699B is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 105 155 -
CMYK 0.48 0.32 0 0.39
HSL 220º 0.32% 0.46% -
HSV(B) 220º 0.48% 0.61% -
XYZ 14.28 14.18 32.99 -
YUV 103.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 80 105 155 0.48 0.32 0 0.39 220 0.32 0.46
Hex 50 69 9B 30 20 0 27 DC 20 2E
Octal 120 151 233 60 40 0 47 334 40 56
Binary 1010000 1101001 10011011 110000 100000 0 100111 11011100 100000 101110

Color Harmonies of #50699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50699B

Black with #50699B

Text Example


Text Example

White with #50699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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