Html Css Color HEX #50639B San Marino

📋 copy color: '#50639B'

red 80 ◦ green 99 ◦ blue 155

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

Shades of San Marino #50639B

Tints of San Marino #50639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 23.95%
G = 29.64%
B = 46.41%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50639B (or 0x50639B) is known color: San Marino. HEX triplet: 50, 63 and 9B. RGB value is (80,99,155). Sum of RGB (Red+Green+Blue) = 80+99+155=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #50639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50639B is #AF9C64. Grayscale: #636363. Windows color (decimal): -11508837 or 10183504. OLE color: 10183504.

HSL color Cylindrical-coordinate representation of color #50639B: hue angle of 224.8º 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 #50639B is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 99 155 -
CMYK 0.48 0.36 0 0.39
HSL 224.8º 0.32% 0.46% -
HSV(B) 224.8º 0.48% 0.61% -
XYZ 13.69 13 32.8 -
YUV 99.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 80 99 155 0.48 0.36 0 0.39 224.8 0.32 0.46
Hex 50 63 9B 30 24 0 27 E1 20 2E
Octal 120 143 233 60 44 0 47 341 40 56
Binary 1010000 1100011 10011011 110000 100100 0 100111 11100001 100000 101110

Color Harmonies of #50639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50639B

Black with #50639B

Text Example


Text Example

White with #50639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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