Html Css Color HEX #50699A San Marino

📋 copy color: '#50699A'

red 80 ◦ green 105 ◦ blue 154

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

Shades of San Marino #50699A

Tints of San Marino #50699A

RGB

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

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

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

R = 23.6%
G = 30.97%
B = 45.43%

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

#50699A (or 0x50699A) is known color: San Marino. HEX triplet: 50, 69 and 9A. RGB value is (80,105,154). Sum of RGB (Red+Green+Blue) = 80+105+154=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #50699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50699A is #AF9665. Grayscale: #666666. Windows color (decimal): -11507302 or 10119504. OLE color: 10119504.

HSL color Cylindrical-coordinate representation of color #50699A: hue angle of 219.73º 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 #50699A is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 105 154 -
CMYK 0.48 0.32 0 0.40
HSL 219.73º 0.32% 0.46% -
HSV(B) 219.73º 0.48% 0.6% -
XYZ 14.19 14.14 32.55 -
YUV 103.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 80 105 154 0.48 0.32 0 0.40 219.73 0.32 0.46
Hex 50 69 9A 30 20 0 28 DC 20 2E
Octal 120 151 232 60 40 0 50 334 40 56
Binary 1010000 1101001 10011010 110000 100000 0 101000 11011100 100000 101110

Color Harmonies of #50699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50699A

Black with #50699A

Text Example


Text Example

White with #50699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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