Html Css Color HEX #50679A San Marino

📋 copy color: '#50679A'

red 80 ◦ green 103 ◦ blue 154

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

Shades of San Marino #50679A

Tints of San Marino #50679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 23.74%
G = 30.56%
B = 45.7%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50679A (or 0x50679A) is known color: San Marino. HEX triplet: 50, 67 and 9A. RGB value is (80,103,154). Sum of RGB (Red+Green+Blue) = 80+103+154=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #50679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50679A is #AF9865. Grayscale: #656565. Windows color (decimal): -11507814 or 10118992. OLE color: 10118992.

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

Color convert

RGB 80 103 154 -
CMYK 0.48 0.33 0 0.40
HSL 221.35º 0.32% 0.46% -
HSV(B) 221.35º 0.48% 0.6% -
XYZ 13.99 13.74 32.49 -
YUV 101.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 80 103 154 0.48 0.33 0 0.40 221.35 0.32 0.46
Hex 50 67 9A 30 21 0 28 DD 20 2E
Octal 120 147 232 60 41 0 50 335 40 56
Binary 1010000 1100111 10011010 110000 100001 0 101000 11011101 100000 101110

Color Harmonies of #50679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50679A

Black with #50679A

Text Example


Text Example

White with #50679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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