Html Css Color HEX #50679B San Marino

📋 copy color: '#50679B'

red 80 ◦ green 103 ◦ blue 155

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

Shades of San Marino #50679B

Tints of San Marino #50679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 23.67%
G = 30.47%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50679B (or 0x50679B) is known color: San Marino. HEX triplet: 50, 67 and 9B. RGB value is (80,103,155). Sum of RGB (Red+Green+Blue) = 80+103+155=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #50679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50679B is #AF9864. Grayscale: #656565. Windows color (decimal): -11507813 or 10184528. OLE color: 10184528.

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

Color convert

RGB 80 103 155 -
CMYK 0.48 0.34 0 0.39
HSL 221.6º 0.32% 0.46% -
HSV(B) 221.6º 0.48% 0.61% -
XYZ 14.07 13.77 32.93 -
YUV 102.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 80 103 155 0.48 0.34 0 0.39 221.6 0.32 0.46
Hex 50 67 9B 30 22 0 27 DE 20 2E
Octal 120 147 233 60 42 0 47 336 40 56
Binary 1010000 1100111 10011011 110000 100010 0 100111 11011110 100000 101110

Color Harmonies of #50679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50679B

Black with #50679B

Text Example


Text Example

White with #50679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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