Html Css Color HEX #50689D San Marino

📋 copy color: '#50689D'

red 80 ◦ green 104 ◦ blue 157

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

Shades of San Marino #50689D

Tints of San Marino #50689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 23.46%
G = 30.5%
B = 46.04%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50689D (or 0x50689D) is known color: San Marino. HEX triplet: 50, 68 and 9D. RGB value is (80,104,157). Sum of RGB (Red+Green+Blue) = 80+104+157=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #50689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50689D is #AF9762. Grayscale: #666666. Windows color (decimal): -11507555 or 10315856. OLE color: 10315856.

HSL color Cylindrical-coordinate representation of color #50689D: hue angle of 221.3º 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 #50689D is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 104 157 -
CMYK 0.49 0.34 0 0.38
HSL 221.3º 0.32% 0.46% -
HSV(B) 221.3º 0.49% 0.62% -
XYZ 14.34 14.04 33.85 -
YUV 102.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 80 104 157 0.49 0.34 0 0.38 221.3 0.32 0.46
Hex 50 68 9D 31 22 0 26 DD 20 2E
Octal 120 150 235 61 42 0 46 335 40 56
Binary 1010000 1101000 10011101 110001 100010 0 100110 11011101 100000 101110

Color Harmonies of #50689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50689D

Black with #50689D

Text Example


Text Example

White with #50689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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