Html Css Color HEX #50689A San Marino

📋 copy color: '#50689A'

red 80 ◦ green 104 ◦ blue 154

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

Shades of San Marino #50689A

Tints of San Marino #50689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 23.67%
G = 30.77%
B = 45.56%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50689A (or 0x50689A) is known color: San Marino. HEX triplet: 50, 68 and 9A. RGB value is (80,104,154). Sum of RGB (Red+Green+Blue) = 80+104+154=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #50689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50689A is #AF9765. Grayscale: #666666. Windows color (decimal): -11507558 or 10119248. OLE color: 10119248.

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

Color convert

RGB 80 104 154 -
CMYK 0.48 0.32 0 0.40
HSL 220.54º 0.32% 0.46% -
HSV(B) 220.54º 0.48% 0.6% -
XYZ 14.09 13.94 32.52 -
YUV 102.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 80 104 154 0.48 0.32 0 0.40 220.54 0.32 0.46
Hex 50 68 9A 30 20 0 28 DD 20 2E
Octal 120 150 232 60 40 0 50 335 40 56
Binary 1010000 1101000 10011010 110000 100000 0 101000 11011101 100000 101110

Color Harmonies of #50689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50689A

Black with #50689A

Text Example


Text Example

White with #50689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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