Html Css Color HEX #50679C San Marino

📋 copy color: '#50679C'

red 80 ◦ green 103 ◦ blue 156

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

Shades of San Marino #50679C

Tints of San Marino #50679C

RGB

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

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

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

R = 23.6%
G = 30.38%
B = 46.02%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50679C (or 0x50679C) is known color: San Marino. HEX triplet: 50, 67 and 9C. RGB value is (80,103,156). Sum of RGB (Red+Green+Blue) = 80+103+156=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #50679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50679C is #AF9863. Grayscale: #656565. Windows color (decimal): -11507812 or 10250064. OLE color: 10250064.

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

Color convert

RGB 80 103 156 -
CMYK 0.49 0.34 0 0.39
HSL 221.84º 0.32% 0.46% -
HSV(B) 221.84º 0.49% 0.61% -
XYZ 14.16 13.81 33.37 -
YUV 102.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 80 103 156 0.49 0.34 0 0.39 221.84 0.32 0.46
Hex 50 67 9C 31 22 0 27 DE 20 2E
Octal 120 147 234 61 42 0 47 336 40 56
Binary 1010000 1100111 10011100 110001 100010 0 100111 11011110 100000 101110

Color Harmonies of #50679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50679C

Black with #50679C

Text Example


Text Example

White with #50679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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