Html Css Color HEX #50689C San Marino

📋 copy color: '#50689C'

red 80 ◦ green 104 ◦ blue 156

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

Shades of San Marino #50689C

Tints of San Marino #50689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 23.53%
G = 30.59%
B = 45.88%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50689C (or 0x50689C) is known color: San Marino. HEX triplet: 50, 68 and 9C. RGB value is (80,104,156). Sum of RGB (Red+Green+Blue) = 80+104+156=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #50689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50689C is #AF9763. Grayscale: #666666. Windows color (decimal): -11507556 or 10250320. OLE color: 10250320.

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

Color convert

RGB 80 104 156 -
CMYK 0.49 0.33 0 0.39
HSL 221.05º 0.32% 0.46% -
HSV(B) 221.05º 0.49% 0.61% -
XYZ 14.26 14.01 33.4 -
YUV 102.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 80 104 156 0.49 0.33 0 0.39 221.05 0.32 0.46
Hex 50 68 9C 31 21 0 27 DD 20 2E
Octal 120 150 234 61 41 0 47 335 40 56
Binary 1010000 1101000 10011100 110001 100001 0 100111 11011101 100000 101110

Color Harmonies of #50689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50689C

Black with #50689C

Text Example


Text Example

White with #50689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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